玩传奇论坛

标题: 批量替换帖子标题中的关键词 [打印本页]

作者: admin    时间: 2018-1-11 12:42
标题: 批量替换帖子标题中的关键词
  1. update `pre_forum_post` set `message`=REPLACE(`message`, '替换前', '替换后');
  2. update `pre_forum_post` set `subject`=REPLACE(`subject`, '替换前', '替换后');
  3. update `pre_forum_thread` set `subject`=REPLACE(`subject`, '替换前', '替换后');
  4. update `pre_forum_forum` set `lastpost`=REPLACE(`lastpost`, '替换前', '替换后');
  5. update `pre_common_member_field_home` set `recentnote`=REPLACE(`recentnote`, '替换前', '替换后');
复制代码

作者: 龟六    时间: 2018-2-14 12:37
楼下各位,2018发大财!




欢迎光临 玩传奇论坛 (http://www.wanmirbbs.com/) Powered by Discuz! X3.2