Loading lesson path
Concept visual
Start at both ends
Remove trailing spaces from a string:
RTrim("SQL Tutorial ") AS RightTrimmedString;The RTrim() function removes trailing spaces from a string.
LTrim() function.
string )
Required. The string to remove trailing spaces from
❮ MS Access Functions