summaryrefslogtreecommitdiff
path: root/graphs/sql/following_you/req02.sql
diff options
context:
space:
mode:
Diffstat (limited to 'graphs/sql/following_you/req02.sql')
-rw-r--r--graphs/sql/following_you/req02.sql7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphs/sql/following_you/req02.sql b/graphs/sql/following_you/req02.sql
new file mode 100644
index 0000000..0498e4e
--- /dev/null
+++ b/graphs/sql/following_you/req02.sql
@@ -0,0 +1,7 @@
+SELECT id,street_id,created_at,person_id
+FROM backup.street_logs
+WHERE id NOT IN (
+ SELECT id
+ FROM public.street_logs
+)
+-- INTERSECT