summaryrefslogtreecommitdiff
path: root/wk7/pset
diff options
context:
space:
mode:
Diffstat (limited to 'wk7/pset')
-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 9cbe1cf..0d8646c 100644
--- a/wk7/pset/songs/3.sql
+++ b/wk7/pset/songs/3.sql
@@ -1 +1 @@
-SELECT name FROM songs ORDER BY duration_ms;
+SELECT name FROM songs ORDER BY duration_ms LIMIT 5;