Operator Overview¶
Arithmetic operator¶
Assignment operator¶
Name |
Description |
|---|---|
equal operator, used for assignment |
Binary Operator¶
Cast function and operator¶
Comparison functions and operators¶
Name |
Description |
|---|---|
greater than |
|
greater than or equal to |
|
Less than |
|
Not equal |
|
Less than or equal to |
|
equals |
|
Between two values |
|
In the collection |
|
Test whether the value is a Boolean value. If it is a Boolean value, it returns “true” |
|
Test whether the value is a boolean value, negative usage of IS |
|
Not empty |
|
empty |
|
Use instead of |
|
Fuzzy matching |
|
Fuzzy matching, same as LIKE. But it is not case sensitive. |
|
Not between two values |
|
Abbreviation of multiple |
|
Fuzzy matching, negative usage of Like |
|
Returns the first non-null value |