Skip to content
Advertisement

Oracle compare results from query against a table

I need to compare results from a query against a table. I have the following query:

Now I need to see what databaseidnumber’s from Table A don’t appear in the results from the query above.

Advertisement

Answer

You can use left join and check for null:

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement