mirror of https://github.com/me50/kukemuna.git
5 lines
58 B
MySQL
5 lines
58 B
MySQL
|
|
SELECT name
|
||
|
|
FROM songs
|
||
|
|
ORDER BY duration_ms DESC
|
||
|
|
LIMIT 5;
|