Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
Table 1: Query Operators
Operators |
Description |
equals |
The field value must be exactly the same |
notequals |
The field value must be different |
greater |
The field value must be greater |
greaterorequal |
The field value must be greater or equal |
lower |
The field value must be lower |
lowerorequal |
The field value must be lower or equal |
isnull |
The field value must not be specified ( isnull() ) |
isnotnull |
The field value must not be specified ( isnotnull() ) |
beginswith |
The field value must start with the value specified |
contains |
The field value must contain the value specified |