SELECT SKU
FROM PartProductSupplemental
EXCEPT
SELECT SKU
FROM Inventory
Why do I get this error:
Incorrect Syntax near the Word Except
I check on line and syntax is syntactically correct:
SELECT ProductID
FROM Production.WorkOrder
EXCEPT
SELECT ProductID
FROM Production.Product
Your database compatibility mode is probably set to 2000 (80) or earlier.
In Management Studio: