REVCHAR

Restriction: This topic applies to Windows environments only.
ANSI DB2 SQL/DS XDB
      X

Reverses the order of characters in charexpr. The format appears below:

REVCHAR(charexpr)

For example:

REVCHAR("abc") = "cba"

Data returned are character data.