Returns the characters of string_exp, with leading blanks removed.
Example:
SELECT LTRIM(' ABCDEFG') returns ABCDEFG