All,
What i looking to do is to get all the records on one table that don't have a matching code in an other table. ie
SELECT A_Table.*
FROM A_Table, B_Table
WHERE A_Table.code <> B_Table.code;
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.