LTRIM¶
LTRIM(str[, chars])
Removes leading characters from a string column/literal str. These characters are specified by chars or are whitespace.
LTRIM(str[, chars])
Removes leading characters from a string column/literal str. These characters are specified by chars or are whitespace.