SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,671 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Does SQL server 2019 support the minus keyword as we just updated our box and was in the process of rewriting some queries.
Hi @Jonathan Brotto ,
The MINUS
keyword is from Oracle.
SQL Server equivalent is EXCEPT
operator.
Check it out here: minus-vs-except-difference-in-oracle-sql-server