1、mysql 替换某个字段中的某个字符:update 表名 set 字段名=REPLACE (字段名,‘原来的值‘,‘要修改的值‘)
mysql中常用到的
原文:http://www.cnblogs.com/smile-nn/p/7380482.html