SyntaxFix
Write A Post
Hire A Developer
Questions
Using below query you can remove leading and trailing whitespace in a MySQL.
UPDATE `table_name` SET `col_name` = TRIM(`col_name`);