Revision: 24294
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 25, 2010 11:20 by Tate
Initial Code
UPDATE wp_posts SET post_content = REPLACE(post_content, 'staging.server.com', 'www.productionserver.com');
Initial URL
Initial Description
Initial Title
Search and Replace on Multiple Rows in SQL
Initial Tags
Initial Language
MySQL