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