MySQL Function Reference

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