Created
July 10, 2011 16:54
-
-
Save gabrielstuff/1074692 to your computer and use it in GitHub Desktop.
SQL for replacement string
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
update aul_posts set post_content = replace(post_content, "mystringtosearch", "mystringtoreplace") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment