`算ぺ子ミ 发表于 2011-4-23 21:47:23

实现部分板块帖子转移到指定群组

update `pre_forum_post` set `fid`=REPLACE(`fid`, '板块id', '群组id');
update `pre_forum_thread` set `fid`=REPLACE(`fid`, '板块id', '群组id');
update `pre_forum_thread` set `isgroup`=REPLACE(`isgroup`, '0', '1')WHERE fid='群组id';执行方法如下: **** Hidden Message *****



页: [1]
查看完整版本: 实现部分板块帖子转移到指定群组