index
:
cs50.git
main
CS50 Free Online Harvard Class
Miau
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wk7
/
pset
/
songs
/
3.sql
blob: 64e40a976a50ee85a8a81ee3ccb343e939078e2c (
plain
)
1
SELECT name FROM songs ORDER BY duration_ms DESC LIMIT 5;