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