ALL (SQL Server Compact)
SQL Server 2008
Compares a scalar value with a single-column set of values.
- scalar_expression
-
Any valid expression in SQL Server Compact 3.5.
- { = | <> | != | > | >= | !> | < | <= | !< }
-
The comparison operator.
- subquery
-
A subquery that returns a result set of one column. The data type of the returned column must be the same data type as the data type of scalar_expression.
A subquery is a restricted SELECT statement. The ORDER BY clause, the COMPUTE clause, and the INTO keyword are not permitted.
