diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 09:54:08 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 09:54:08 +0000 |
commit | 2f0f3f9140cd7ee139aca62f853c4e6f462b22ce (patch) | |
tree | fb802d45859354e148441b443a4ddc2c5237e5bd /wk7/pset/songs/2.sql | |
parent | c47e3dbc6e4a49c742a40ad30c9ea032e1a414ea (diff) |
Mon, May 20, 2024, 2:54 AM -07:00
Diffstat (limited to 'wk7/pset/songs/2.sql')
-rw-r--r-- | wk7/pset/songs/2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/songs/2.sql b/wk7/pset/songs/2.sql index f1ac384..c5aa1c3 100644 --- a/wk7/pset/songs/2.sql +++ b/wk7/pset/songs/2.sql @@ -1 +1 @@ -SELECT name FROM songs ORDER BY +SELECT name FROM songs ORDER BY tempo; |