EXCEPT clause is similar to MINUS operation in Oracle. The
EXCEPT query and MINUS query returns all rows in the first query that are not
returned in the second query. Each SQL statement within the EXCEPT query and
MINUS query must have the same number of fields in the result sets with similar
data types.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
EXCEPT clause is similar to MINUS operation in Oracle. The EXCEPT query and MINUS query returns all rows in the first query that are not returned in the second query. Each SQL statement within the EXCEPT query and MINUS query must have the same number of fields in the result sets with similar data types.