Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created September 18, 2012 04:08
Show Gist options
  • Save datacodesolutions/3741199 to your computer and use it in GitHub Desktop.
Save datacodesolutions/3741199 to your computer and use it in GitHub Desktop.
Mysql String Replace
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, 'find this string', 'replace found string with this string');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment