Return to Snippet

Revision: 24294
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