TRIM
BTRIM
REPLACE
Removes specified characters from both ends of a string.
BTRIM(str [, chars])
Enter values below to update the example in real time.
trimmed
SELECT BTRIM(' hello ') AS trimmed;