LTRIM

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

Trims leading spaces. The format appears below:

LTRIM(charexpr)

For example:

LTRIM("   XDB") = "XDB"