This tutorial explains how to use the MySQL LTRIM function with syntax and examples.
The MySQL LTRIM function removes all space characters from the left-hand side of a string.
The syntax for the LTRIM function in MySQL is:
The string to trim the space characters from the left-hand side.
The LTRIM function can be used in the following versions of MySQL:
Let's look at some MySQL LTRIM function examples and explore how to use the LTRIM function in MySQL.
For example: