Skip to content

Instantly share code, notes, and snippets.

@clintonhalpin
Created July 14, 2012 20:16
Show Gist options
  • Save clintonhalpin/3113181 to your computer and use it in GitHub Desktop.
Save clintonhalpin/3113181 to your computer and use it in GitHub Desktop.
Search and Replace DB
update {table_name} set {column} = replace({column}, ‘{text to replace}’, ‘{replace with}’)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment