• You are right, I really meant INTERSECT only.

    EXCEPT was a mistake. (Also, [font="Courier New"]SELECT ProductID FROM Product WHERE NOT ProductID IN (SELECT ProductID FROM WorkOrder)[/font] also does yield the same results as EXCEPT).

    Thanks for you suggested link.

    Regards