summaryrefslogtreecommitdiff
path: root/wk7/pset/songs
diff options
context:
space:
mode:
Diffstat (limited to 'wk7/pset/songs')
-rw-r--r--wk7/pset/songs/3.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/songs/3.sql b/wk7/pset/songs/3.sql
index 0d8646c..64e40a9 100644
--- a/wk7/pset/songs/3.sql
+++ b/wk7/pset/songs/3.sql
@@ -1 +1 @@
-SELECT name FROM songs ORDER BY duration_ms LIMIT 5;
+SELECT name FROM songs ORDER BY duration_ms DESC LIMIT 5;