REVERSE
Description
REVERSE
returns the reversed string.
Supported input column types: STRING
Output column type: STRING
Syntax
REVERSE ( table.column )
NULL handling
If the value is NULL, the result is NULL as well.
Example
[1] Reverse Strings. | ||||||||||||||||||||||
| ||||||||||||||||||||||
|
REVERSE
returns the reversed string.
Supported input column types: STRING
Output column type: STRING
REVERSE ( table.column )
If the value is NULL, the result is NULL as well.
[1] Reverse Strings. | ||||||||||||||||||||||
| ||||||||||||||||||||||
|