/ Published in: MySQL
Expand |
Embed | Plain Text
UPDATE wp_posts SET post_content = REPLACE(post_content,'replace_this','with_this');
You need to login to post a comment.
mattbrett on 02/02/09
1 person have marked this snippet as a favorite
UPDATE wp_posts SET post_content = REPLACE(post_content,'replace_this','with_this');
You need to login to post a comment.