LTRIM

Removes blanks from the beginning of a string expression. The argument must be a string expression.

Example:

Assume column HELLO has a value of ' Hello'.

  LTRIM(HELLO)

Results in: 'Hello'.