MySQL Replace()函数

MySQL为您提供了一个有用的字符串函数REPLACE(),它允许您用新的字符串替换表的列中的字符串。REPLACE()函数的语法如下:REPLACE(string,old_string,new_string); SQL REPLACE()函数有三个参数,它将string中的old_strin...