本站公收录50年前的影片
 找回密码
 立即注册
快捷导航
搜索
回复: 0

批量替换帖子标题或内容中的关键词

[复制链接]
发表于 2025-2-28 20:38:46 | 显示全部楼层 |阅读模式
  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`, '替换前', '替换后');
复制代码


一是内容,二、三是标题,三和四是出现在首页板块和用户家园里的残留





您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|联系管理|sitemap|老影迷

GMT+8, 2025-8-26 07:32 , Processed in 0.114755 second(s), 30 queries .

Powered by Discuz! X3.5

快速回复 返回顶部 返回列表