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.
RTrim() function.
string )
Required. The string to remove leading spaces from
❮ MS Access Functions