In other databases (MySQL and Oracle e.g.) this operator goes under a different name: MINUS. Both MINUS and EXCEPT work in the exact same way. TL;DR: EXCEPT == MINUS For the rest of this article we’ll use SQL Server examples with EXCEPT; if you use another database, just swap ...