Skip to content

Instantly share code, notes, and snippets.

@bytefade
Created June 1, 2015 13:50
Show Gist options
  • Save bytefade/e0383f7c40d461f152de to your computer and use it in GitHub Desktop.
Save bytefade/e0383f7c40d461f152de to your computer and use it in GitHub Desktop.
Replace direto via SQL
update table1
set phone = replace(phone, '-', '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment