summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-21 04:57:19 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-21 04:57:19 +0000
commite87583389624870ec62b7c472374b57361540ba6 (patch)
tree25fa44cde59a6e1d5643539e1c3e38e9a6c8e279
parent6fea4151ad16c0f57db470594646ed2148dc4670 (diff)
Mon, May 20, 2024, 9:57 PM -07:00
-rw-r--r--wk7/pset/movies/12.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/movies/12.sql b/wk7/pset/movies/12.sql
index fdc2345..f71409f 100644
--- a/wk7/pset/movies/12.sql
+++ b/wk7/pset/movies/12.sql
@@ -1,6 +1,6 @@
SELECT title
FROM movies
-WHERE id IN (
+WHERE id = (
SELECT movie_id
FROM stars
WHERE person_id = (