cs50/3.sql

5 lines
58 B
MySQL
Raw Normal View History

SELECT name
FROM songs
ORDER BY duration_ms DESC
LIMIT 5;