UPDATE `wp_posts` SET `post_content`=REPLACE(`post_content`,'from_str','to_str');
MySQL如何替换字符串?
未经允许不得转载:PHPez » MySQL如何替换字符串?
UPDATE `wp_posts` SET `post_content`=REPLACE(`post_content`,'from_str','to_str');