mysql 去除特殊字符
update table set field = replace(replace(replace(field,char(9),''),char(10),''),char(13),''); update table set field = rep
mysql 去除特殊字符
update table set field = replace(replace(replace(field,char(9),''),char(10),''),char(13),''); update table set field = rep