summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:44:34 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:44:34 +0000
commitef596949cab600b4263169b3a73e05fc61de01d0 (patch)
tree1370f3c5fceee6134ba5a6469db084dabff1aa5c
parenta536e4a3d1f8401d11938a519fb37d18f75eefe0 (diff)
Mon, May 20, 2024, 3:44 AM -07:00
-rw-r--r--wk7/pset/movies/7.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/wk7/pset/movies/7.sql b/wk7/pset/movies/7.sql
index e69de29..2995ab0 100644
--- a/wk7/pset/movies/7.sql
+++ b/wk7/pset/movies/7.sql
@@ -0,0 +1 @@
+SELECT title FROM movies WHERE movie_id IN (SELECT id FROM movies WHERE year = 2012);