SQL Function Reference

TRIM
Returns a string with all spaces removed from the left and right edges
MySQL
TRIM(str)
Examples
MySQL
SELECT TRIM('  Hello  ')