Functions
Standard functions
NULL Handling functions
Math Functions
String functions
Function | Description |
|---|---|
. | Table/column name separator |
Get substring from left | |
Gets the length of a STRING or BYTES value | |
Get substring from right | |
Replace all occurrences of a substring | |
Returns the string text to lower-case | |
Returns the string text to upper-case | |
Returns the position of the first occurence of a aubstring in a string |
Datetime functions
Function | Description |
|---|---|
Returns the span between two dates | |
Truncates a date or timestamp to the specified unit | |
Adds the specified interval to a timestamp | |
Returns the span between two timestamps | |
Converts a string to a date using the specified format string | |
Converts a string to a timestamp using the specified format string | |