The LTRIM function deletes all of the characters specified in the expression trim_chars from the left border of string.
LTRIM
trim_chars
string
ltrim::=
SELECT LTRIM('ab cdef',' ab');