Search
 
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
Name
3+8 =