Created
May 4, 2010 16:22
-
-
Save vkoser/389610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- specifically used this to update non relative links in my mssql | |
| -- database for old posts after blog move | |
| UPDATE wp_posts SET post_content = | |
| REPLACE( post_content, 'http://www.kosertech.com/blog/' , 'http://www.kosertech.com/') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment