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