UPDATE article SET content=replace(content,'查找的字符串','替换的新内容') where content like'%查找的字符串%';
mysql内容查找并替换
最新推荐文章于 2024-09-24 17:59:13 发布
UPDATE article SET content=replace(content,'查找的字符串','替换的新内容') where content like'%查找的字符串%';