![]() Previous |
![]() Next |
A group comparison condition specifies a comparison with any or all members in a list or subquery.
You can use these comparison operators:
Table 1-7 Group Comparison Operators
| Operator | Description |
|---|---|
|
|
Greater than |
|
|
Greater than or equal to |
|
|
Less than |
|
|
Less than or equal to |
|
|
Equal to |
|
|
Not equal to |
|
|
Returns true if one or more values in the list match, or false if no values match. |
|
|
Returns true if all values in the list match, or false if one or more values do not match. |