Compares a scalar value with a single-column set of values.
scalar_expression { = | <> | != | > | >= | !> | < | <= | !< }
{SOME | ANY} (subquery)
Boolean
SOME or ANY returns TRUE when the comparison specified is TRUE for ANY pair (scalar_expression, x) where x is a value in the single-column set. Otherwise, returns FALSE.
CASE | Operators (Logical Operators) |
Expressions | SELECT |
Functions | WHERE |