Have the following SQL query:
SELECT REFERENCE#
FROM TABLE_1
WHERE REFERENCE# NOT IN (SELECT REFERENCE# FROM TABLE_2)
So basically, only want the reference# from the first table where there is no occurence of that reference# in the second table.
Does anyone know how to simulate this in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.