LTRIM
LTRIM(string AS STRING [, trimstring AS STRING]) AS STRING
Returns a copy of <string> without the leading characters belonging to <trimstring>.
If the parameter <trimstring> is omitted, the function removes the leading newline, space and tabulation characters.