diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 11:53:42 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-20 11:53:42 +0000 |
commit | b8d956dffb22bb41b1ce3de1b469bbdfe45fcfa2 (patch) | |
tree | ec9fc0a7e801d5cac91e67bb8eafc247c2c753dd /wk7/pset/movies/9.sql | |
parent | 0e697cd2c703bea4a06e37ee930c8f3c1325dad1 (diff) |
Mon, May 20, 2024, 4:53 AM -07:00
Diffstat (limited to 'wk7/pset/movies/9.sql')
-rw-r--r-- | wk7/pset/movies/9.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/movies/9.sql b/wk7/pset/movies/9.sql index dc05efb..3c90661 100644 --- a/wk7/pset/movies/9.sql +++ b/wk7/pset/movies/9.sql @@ -9,4 +9,4 @@ WHERE id IN ( WHERE year = 2004 ) ) -ORDER BY birth; +ORDER BY birth DESC; |