mysql 替换字符中部分字符,替换使用指定字符

update table_name set name= replace(name,'我是','是');

原文地址:https://www.cnblogs.com/niuben/p/9945262.html