From 56ce574d39d52847c472e44461fd05a3c06a22e3 Mon Sep 17 00:00:00 2001 From: Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> Date: Mon, 20 May 2024 09:55:57 +0000 Subject: Mon, May 20, 2024, 2:55 AM -07:00 --- wk7/pset/songs/3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wk7/pset/songs/3.sql') 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; -- cgit v1.2.3