REVERSE function
Description
Reverse function. REVERSE(str) reverses the string str.
Example
REVERSE("total") returns the string value "latot"
Reverse function. REVERSE(str) reverses the string str.
REVERSE("total") returns the string value "latot"