Micro Focus Enterprise Developer 3.0 for Visual Studio 2013
>
Programming
>
Mainframe Programming
>
SQL Option for DB2
>
Reference
>
SQL Reference
>
Functions Overview
>
String Functions
>
RTRIM
RTRIM
ANSI
DB2
SQL/DS
XDB
X
Trims trailing spaces. The format appears below:
RTRIM(
charexpr
)
For example:
RTRIM("XDB ") = "XDB"
Parent topic:
String Functions