IBM Books

SQL Reference

LTRIM



>>-LTRIM--(--expression--)-------------------------------------><
 

The schema is SYSFUN.

Returns the characters of the argument with leading blanks removed.

The argument can be any built-in character string with a maximum length of 1048576 bytes (1M).

The result of the function is:

The result can be null; if the argument is null, the result is the null value.



[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]