Created
June 1, 2015 13:50
-
-
Save bytefade/e0383f7c40d461f152de to your computer and use it in GitHub Desktop.
Replace direto via SQL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
update table1 | |
set phone = replace(phone, '-', ''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment