Loading lesson path
Concept visual
Start at both ends
Remove leading and trailing spaces from a string:
SELECT Trim(" SQL Tutorial ") AS TrimmedString;The Trim() function removes both leading and trailing spaces from a string.
string )
Required. The string to strip both leading and trailing spaces from
❮ MS Access Functions