LTRIM(str): trim string from left : LTRIM « String Functions « MySQL Tutorial






mysql>
mysql> SELECT LTRIM('  barbar');
+-------------------+
| LTRIM('  barbar') |
+-------------------+
| barbar            |
+-------------------+
1 row in set (0.00 sec)

mysql>








23.26.LTRIM
23.26.1.LTRIM(str): trim string from left
23.26.2.Trimming the leading space in the first name