mirror of https://github.com/me50/kukemuna.git
4 lines
39 B
MySQL
4 lines
39 B
MySQL
|
|
SELECT name
|
||
|
|
FROM songs
|
||
|
|
ORDER BY tempo;
|