Returns the characters of string_exp, with leading white space characters (space, tab, new line, carriage return) removed.
Example:
SELECT LTRIMWHITESPACE(' ABCDEFG') returns ABCDEFG