Back to Influxdb

SQL logical operators

content/influxdb3/enterprise/reference/sql/operators/logical.md

latest884 B
Original Source

----: | :------------------------------------------------------------------------- | | AND | Returns true if both operands are true. Otherwise, returns false. | | BETWEEN | Returns true if the left operand is within the range of the right operand. | | EXISTS | Returns true if the results of a subquery are not empty. | | IN | Returns true if the left operand is in the right operand list. | | LIKE | Returns true if the left operand matches the right operand pattern string. | | NOT | Negates the subsequent expression. | | OR | Returns true if any operand is true. Otherwise, returns false. |

source: /shared/sql-reference/operators/logical.md

<!-- The content of this page is at /content/shared/sql-reference/operators/logical.md -->