REVERSE
Reverses the order of the characters within the given input string.
Syntax
Arguments
STRING
STRING
Type: string
A sequence of characters.
Returns
Type: string
STRING
with its characters in reverse order.
Examples
Transformation job example
SQL
Query result
Last updated