dede织梦sql语句批量修改替换文章内容、标题
update `idea_addonarticle` set body=replace(body,'旧的','新的');
update `idea_archives` set title=replace(title,'你要替换的','你现在的');
update `idea_archives` set description=replace(description,'你要替换的','你现在的');