Supported Query Operators
The following table lists the supported query operators that you can use in query expressions.
Operator | Description |
---|---|
= |
Equals |
> |
Greater than |
< |
Less than |
>= |
Greater than or equal to |
<= |
Less than or equal to |
AND |
The Boolean AND operator |
OR |
The Boolean OR operator |
LIKE |
The LIKE query operator |