diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 09:55:57 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 09:55:57 +0000 |
commit | 56ce574d39d52847c472e44461fd05a3c06a22e3 (patch) | |
tree | cc55fbe3fd4a2652a5a77522c5f2663bf9f82295 /wk7/pset/songs | |
parent | d2f83768289ae32852b1bccb99c2de8fd81c97ce (diff) |
Mon, May 20, 2024, 2:55 AM -07:00
Diffstat (limited to 'wk7/pset/songs')
-rw-r--r-- | wk7/pset/songs/3.sql | 2 |
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; |