The ANSI standards for SQL define a concept of row value constructors. These make it possible to write, for instance,WHERE (col1, col2) NOT IN (SELECT col1, col2 FROM SomeOtherTable)SQL Server does not currently support this constructions
Category
Proposed Solution
Benefits
Other Benefits