This article is tagged with:
Sql strip characters from column
and mysql
sql strip characters from column
SELECT TRIM('    SQL Tutorial!    ') AS TrimmedString;