NQL comparison operators
Operator | Definition | Examples |
---|---|---|
| Equals |
|
| Not equals |
|
| Greater than |
|
| Less than |
|
| Greater or equal |
|
| Less or equal |
|
All expressions used in combination with these operators are case insensitive and support wildcard characters.
So for example the following query
is exactly the same as
Last updated