Hi experts,
Lets say I have a Product table:
ID Num
1 1111
2 2222
3 3333
4 4444
5 5555
and I have a list of numbers in a file:
1111
2222
7777
8888
Can I run a query that will deliver numbers 7777,8888 as the ones that not exist in the db?
Thanks a bunch
Yossi
Start Free Trial