RTRIM

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

Trims trailing spaces. The format appears below:

RTRIM(charexpr)

For example:

RTRIM("XDB   ") = "XDB"