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