[color=orange][size=large]使用replace函数去掉字段内容包含的空格,例子如下:update [表名] set [字段名]=replace([字段名],' ','') where 条件[/size][/color]