summaryrefslogtreecommitdiff
path: root/wk7
diff options
context:
space:
mode:
Diffstat (limited to 'wk7')
-rw-r--r--wk7/pset/movies/13.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk7/pset/movies/13.sql b/wk7/pset/movies/13.sql
index 3d51903..36f72b6 100644
--- a/wk7/pset/movies/13.sql
+++ b/wk7/pset/movies/13.sql
@@ -13,6 +13,6 @@ WHERE id IN (
AND birth = 1958
)
)
- NOT name = "Kevin Bacon"
)
+AND NOT name = "Kevin Bacon"
;