Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT Applications.Code
- FROM Applications
- WHERE NOT EXISTS
- (SELECT * FROM (SELECT *
- FROM
- (SELECT Applications.Code Code_App, SystemSoft.Code Code_SystemSoft
- FROM SystemSoft CROSS JOIN Applications)
- MINUS
- SELECT * FROM Applications_SystemSoft) WHERE Code_App=Applications.Code);
Add Comment
Please, Sign In to add comment