diff options
author | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-21 04:37:55 +0000 |
---|---|---|
committer | Fudgerboy <91767657+Fudgerboy@users.noreply.github.com> | 2024-05-21 04:37:55 +0000 |
commit | 0bada9829c75ae04cabecee6b1599e0675cde9bf (patch) | |
tree | dd39bd0e07edf95f2f88d428176468c851335373 /wk7/pset/movies/9.sql | |
parent | cb158c23d6688af96395abe03822a8233e85242d (diff) |
Mon, May 20, 2024, 9:37 PM -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..7c4647a 100644 --- a/wk7/pset/movies/9.sql +++ b/wk7/pset/movies/9.sql @@ -1,6 +1,6 @@ SELECT name FROM people -WHERE id IN ( +WHERE id = ( SELECT person_id FROM stars WHERE movie_id = ( |