Skip to content

Instantly share code, notes, and snippets.

@kmorey
Created May 14, 2009 22:34
Show Gist options
  • Save kmorey/111966 to your computer and use it in GitHub Desktop.
Save kmorey/111966 to your computer and use it in GitHub Desktop.
update table_name set field_name = replace(field_name, '\\/', '/') where field_name ~ '\\\/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment