Jump to content
We've recently updated our Privacy Statement, available here ×

SQL Statement - NOT EXISTS


szadroga

Recommended Posts

I am using the following SQL but for some reason NOT EXISTS is being underlined as being incorrect.  The query still works and I am able to build my report in JS Studio 6 but can't figure out what the arguement is

 

SELECT *
FROM dsat_export
WHERE serial_item = 'Y' AND NOT EXISTS (SELECT 1
              FROM oracle_export
              WHERE oracle_export.serial_number=dsat_export.serial_number);

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...