Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
LTRIM
LTRIM
Returns a string with all spaces removed from the left
MySQL 8.1
LTRIM
(
str
)
Examples
MySQL 8.1
SELECT
LTRIM
(
' Hello '
)