MINUS (table operator)


BigQueryDb2 (LUW)H2MariaDBMySQLOracle DBPostgreSQLSQL ServerSQLite2005200720092011201320152017201920213.5.7 - 3.43.0a2008R2 - 2022a8.3 - 16a21ca11gR1 - 19c8.0.31 - 8.0.34a5.0 - 8.0.3010.3 - 10.11a5.1 - 10.21.4.192 - 2.2.220a9.7 - 11.5.8a2.0a
  1. Supports the standard SQL syntax: except [distinct]

Non-standard Feature

This functionality is not described by the SQL standard ISO/IEC 9075-2:2023. Prefer using the more widely supported except [distinct].

The table operator minus returns the rows of the first result except those that are also in the second.

SELECT …
  FROM …
MINUS
SELECT …
  FROM …

As with all table operators both sides of except must have the same number of columns and their types must be compatible based on their position (see corresponding). All null values are considered being the same (not distinct) for this operation.

If a row exists in the second result it will not appear in the final result—not even if it is multiple times in the first result.

Normative References

The table operation minus is not covered by any international standard.

You can’t catch up on 20 years of SQL evolution in one day. Subscribe the newsletter via E-Mail, Twitter or RSS to gradually catch up and to keep modern-⁠sql.com on your radar.

About the Author

Photo of Markus Winand

Markus Winand provides insights into SQL and shows how different systems support it at modern-sql.com. Previously he made use-the-index-luke.com, which is still actively maintained. Markus can be hired as trainer, speaker and consultant via winand.at.

Buy the Book

Cover of “SQL Performance Explained”: Squirrel running on grass

The essence of SQL tuning in 200 pages

Buy now!
(paperback and/or PDF)

Paperback also available at Amazon.com.

Hire Markus

Markus offers SQL training and consulting for developers working at companies of all sizes.
Learn more »

Connect with Markus Winand

Markus Winand on LinkedInMarkus Winand on XINGMarkus Winand on Twitter
“modern SQL” by Markus Winand is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Unported License.
Legal | Contact | NO WARRANTY | Trademarks | Privacy and GDPR | CC-BY-NC-ND 3.0 license