LOWER
TRIM
BTRIM
Removes leading and trailing spaces (or specified characters).
TRIM([{BOTH|LEADING|TRAILING} c FROM] str)
Enter values below to update the example in real time.
employees
name
UPDATE employees SET name = TRIM(name);