MySQL Function Reference

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  ')