diff options
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; |