//9 水平制表符;10 换行符;13 回车符号 update table set ip = replace(replace(replace(field,char(9),''),char(10),''),char(13),'');