Logical Operators
- Last Updated: October 23, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- Apache Hive 8.0
- Documentation
A logical operator combines the results of two component conditions to produce a single result or to invert the result of a single condition. The following table lists the supported logical operators.
| Operator | Support in HiveQL |
|---|---|
| NOT ! | Supported |
| AND && | Supported |
| OR || | Supported |