scalar_expression { = | <> | != | > |
>= | !> | < | <= | !< } ALL ( subquery )
scalar_expression is valid expression in sql server.
{ = | <> | != | > |
>= | !> | < | <= | !< } is a comparison operator.
Subquery is a query 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.
ORDER BY clause, the COMPUTE clause, and the INTO keyword are not allowed in
subquery).