blob: fc994e90aaa051242e88801a9b34522b66d51a28 [file] [log] [blame]
ltrim(str) - Removes the leading space characters from str
Example:
> SELECT ltrim(' facebook') FROM src LIMIT 1;
'facebook'