Skip to content

Instantly share code, notes, and snippets.

@nielsenrc
Last active September 9, 2015 20:22
Show Gist options
  • Save nielsenrc/5298fa200f472a9c1d95 to your computer and use it in GitHub Desktop.
Save nielsenrc/5298fa200f472a9c1d95 to your computer and use it in GitHub Desktop.
MySQL | CMS Made Simple | Content Find and Replace
UPDATE cms_content_props SET content = REPLACE(content,'find','replace');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment