Relational Operators
- Last Updated: October 5, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Cloudera Impala 7.1
- dBase 7.1
- Flat files/Text 7.1
- MySQL 7.1
- Pervasive (Btrieve) 7.1
- XML 7.1
- Documentation
Relational operators compare one expression to another.
The following table lists the supported relational operators.
| Entry SQL Level Operator | Support in Impala SQL |
|---|---|
| <> | Supported |
| < | Supported |
| <= | Supported |
| = | Supported |
| <=> | Supported |
| > | Supported |
| >= | Supported |
| IS [NOT] NULL | Supported |
| [NOT] BETWEEN x AND y | Supported |
| [NOT] IN | Supported |
| EXISTS | Supported |
| [NOT] LIKE | Supported, except that no collate clause is allowed |
| RLIKE | Supported |
| REGEXP | Supported |