Link to home
Start Free TrialLog in
Avatar of Ann K
Ann K

asked on

Minus first query

How to return a result set that excludes rows from the first query if they also occur in the second query

SELECT CLastName, CFirstName
FROM Clients
MINUS FROM
SELECT PLastName, PFirstName
FROM Partners
ORDER BY CLastName
ASKER CERTIFIED SOLUTION
Avatar of Steve Wales
Steve Wales
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial