summaryrefslogtreecommitdiff
path: root/wk7/pset/movies/13.sql
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:44:00 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 11:44:00 +0000
commita16051d7767114b948f0e9cf2b2634543817f9de (patch)
tree4c23488eac688986bf28137691104eceb3b9d625 /wk7/pset/movies/13.sql
parent3caa9b7fe3be0879516c836a874d3cb683871e11 (diff)
Mon, May 20, 2024, 4:44 AM -07:00
Diffstat (limited to 'wk7/pset/movies/13.sql')
-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"
;