REVERSE
Purpose
This function returns the reverse of a string value.
Syntax
reverse::=
Usage Notes
- If
string
isNULL
, the function returnsNULL
. - If the input parameter is not a string, it is automatically converted to a string.
- The return type is always a string which has the length of the input parameter.