- update `pre_forum_post` set `message`=REPLACE(`message`, '替换前', '替换后');
- update `pre_forum_post` set `subject`=REPLACE(`subject`, '替换前', '替换后');
- update `pre_forum_thread` set `subject`=REPLACE(`subject`, '替换前', '替换后');
- update `pre_forum_forum` set `lastpost`=REPLACE(`lastpost`, '替换前', '替换后');
- update `pre_common_member_field_home` set `recentnote`=REPLACE(`recentnote`, '替换前', '替换后');
复制代码
一是内容,二、三是标题,三和四是出现在首页板块和用户家园里的残留
|