Mysql 中批量替换某个字段中某个单词或者字母
update ecs_article set 字段名称=REPLACE(字段名称, '../images/image/', '../images/Image/')
以上就是批量把 ../images/image/ 替换成 ../images/Image/
Dcr163的博客
http://dcr163.cn/102.html(转载时请注明本文出处及文章链接)
update ecs_article set 字段名称=REPLACE(字段名称, '../images/image/', '../images/Image/')
以上就是批量把 ../images/image/ 替换成 ../images/Image/
Dcr163的博客
http://dcr163.cn/102.html(转载时请注明本文出处及文章链接)