Skip to content

Instantly share code, notes, and snippets.

@gabrielstuff
Created July 10, 2011 16:54
Show Gist options
  • Save gabrielstuff/1074692 to your computer and use it in GitHub Desktop.
Save gabrielstuff/1074692 to your computer and use it in GitHub Desktop.
SQL for replacement string
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