summaryrefslogtreecommitdiff
path: root/wk7/pset
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:54:37 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:54:37 +0000
commitcb158c23d6688af96395abe03822a8233e85242d (patch)
tree3cc104e3ea092e908aa5ac23f6602d1903e1b587 /wk7/pset
parentb8d956dffb22bb41b1ce3de1b469bbdfe45fcfa2 (diff)
Mon, May 20, 2024, 4:54 AM -07:00
Diffstat (limited to 'wk7/pset')
-rw-r--r--wk7/pset/movies/9.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/movies/9.sql b/wk7/pset/movies/9.sql
index 3c90661..dc05efb 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 DESC;
+ORDER BY birth;