DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR SQL
compare two tables to find unmatched records
select * from table1 where table1.slip_no NOT IN (select id from table2)
Source by stackoverflow.com #
PREVIOUS
NEXT
Tagged:
#compare
#tables
#find
#unmatched
#records
ADD COMMENT
Topic
COMMENT
Name
3+8 =
Submit