Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

select from one table where not on the other

SELECT id FROM a.table
WHERE id NOT IN (SELECT b.id FROM b.id)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #select #table
ADD COMMENT
Topic
Name
1+8 =