mysql 去除字符串中前后空格

 update  table  set  field = replace(replace(replace(field,char(9),''),char(10),''),char(13),''); 
原文地址:https://www.cnblogs.com/hwgok/p/9482029.html