Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
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.
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
Answer accepted by question author
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