Skip to content

Instantly share code, notes, and snippets.

@ekka21
Created July 19, 2012 01:46
Show Gist options
  • Save ekka21/3140240 to your computer and use it in GitHub Desktop.
Save ekka21/3140240 to your computer and use it in GitHub Desktop.
sql: Mass TextString Replace
UPDATE table_name SET COLUMN = REPLACE(COLUMN, 'old_text', 'new_text');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment