Skip to content

Instantly share code, notes, and snippets.

@michaelbonner
Created September 11, 2014 14:42
Show Gist options
  • Save michaelbonner/34470f824448ced5d2d0 to your computer and use it in GitHub Desktop.
Save michaelbonner/34470f824448ced5d2d0 to your computer and use it in GitHub Desktop.
Find replace mysql
update [table_name] set [field_name] = replace([field_name],'[string_to_find]','[string_to_replace]');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment