1、使用REPLACE()函数
UPDATE table SET field = REPLACE (field,'old_string','new_string')
标签:字符,string,REPLACE,field,mysql,替换 From: https://www.cnblogs.com/wj123bk/p/17059723.html
1、使用REPLACE()函数
UPDATE table SET field = REPLACE (field,'old_string','new_string')
标签:字符,string,REPLACE,field,mysql,替换 From: https://www.cnblogs.com/wj123bk/p/17059723.html