mysql批量替换单字段

Posted on 2016-11-25 17:14  AntionZhou  阅读(185)  评论(0编辑  收藏  举报

update 表名 set 字段名 =  replace(字段名,'被替换内容','要替换内容');

指定有人查这个!!!