Loading lesson path
Concept visual
Start at both ends
Remove leading spaces from a string:
SELECT LTRIM(" SQL Tutorial") AS LeftTrimmedString;The LTRIM() function removes leading spaces from a string.
string )
Required. The string to remove leading spaces from
From MySQL 4.0
❮ MySQL Functions