...
Basic | Exact numeric match:
Range match:
The operators can be any of: >, <, >=, <=, =, !=
| ||||
Any of | This construct matches if the field matches any one of the pipe separated values:
| ||||
Null values | Find null values with fields that are nullable:
|
...
...
Basic | Exact numeric match:
Range match:
The operators can be any of: >, <, >=, <=, =, !=
| ||||
Any of | This construct matches if the field matches any one of the pipe separated values:
| ||||
Null values | Find null values with fields that are nullable:
|
...