Reverses the input string.
CHAR, VARCHAR, and CLOB are supported while other types must be explicitly cast. The input can be NULL or an empty string.
The result character set is the same as the source_string character set for Unicode and Latin. The result character set is Unicode for all other supported character sets.