SQL Function Reference

LTRIM
Returns a string with all spaces removed from the left
MySQL
LTRIM(str)
Examples
MySQL
SELECT LTRIM('  Hello  ')