当前位置 : 主页 > 建站教程 > dedecms >

dede织梦sql语句批量修改替换文章内容、标题

来源:互联网 收集:自由互联 发布时间:2021-06-20
update`idea_addonarticle`setbody=replace(body,旧的,新的); update`idea_archives`settitle=replace(title,你要替换的,你现在的); update`idea_archives`setdescription=replace(description,你要替换的,你现在的);

update  `idea_addonarticle` set body=replace(body,'旧的','新的');

 

update  `idea_archives` set title=replace(title,'你要替换的','你现在的');

 

update  `idea_archives` set description=replace(description,'你要替换的','你现在的');

网友评论
相关栏目