Course
Simulator
More
Premium
Log in
MySQL Function Reference
Functions
TRIM
TRIM
Returns a string with all spaces removed from the left and right edges
MySQL 8.1
TRIM
(
str
)
Examples
MySQL 8.1
SELECT
TRIM
(
' Hello '
)