找资源's Archiver
社区首页
›
教程资源
› dede织梦sql语句批量修改替换文章内容、标题
muban大师
发表于 2021-2-25 16:15:48
dede织梦sql语句批量修改替换文章内容、标题
update`idea_addonarticle` set body=replace(body,'旧的','新的');
update`idea_archives` set title=replace(title,'你要替换的','你现在的');
update`idea_archives` set description=replace(description,'你要替换的','你现在的');
页:
[1]
查看完整版本:
dede织梦sql语句批量修改替换文章内容、标题