批量替换

归档于 批量替换 的文章

UPDATE pre_forum_post SET message=REPLACE(message,'需要替换的内容','替换后的内容');

emlog批量替换内容

update emlog_blog set content = replace(content,'旧内容','新内容')