Skip to content

Instantly share code, notes, and snippets.

@psdtohtml5
Created April 1, 2013 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psdtohtml5/5286312 to your computer and use it in GitHub Desktop.
Save psdtohtml5/5286312 to your computer and use it in GitHub Desktop.
SQL : Search and Replace
UPDATE tableName SET columnName = REPLACE (
columnName,
'TEXT TO REPLACE',
'TEXT TO REPLACE WITH')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment