Operators Overview¶
Arithmetic Operators¶
Assignment Operators¶
Name |
Description |
|---|---|
Equal operator |
Bit Functions and Operators¶
Cast Functions and Operators¶
Comparison Functions and Operators¶
Name |
Description |
|---|---|
Greater than operator |
|
Greater than or equal operator |
|
Less than operator |
|
Not equal operator |
|
Less than or equal operator |
|
Equal operator |
|
Whether a value is within a range of values |
|
Whether a value is within a set of values |
|
Test a value against a boolean |
|
Test a value against a boolean |
|
NOT NULL value test |
|
NULL value test |
|
instead of = to test whether a value is NULL |
|
Simple pattern matching |
|
Simple pattern matching. Same as LIKE. But it is not case sensitive. |
|
Whether a value is not within a range of values |
|
shorthand for multiple |
|
Negation of simple pattern matching |
|
Return the first non-null value in a list |