Created
July 30, 2020 22:01
-
-
Save facilita-tecnologia/28de2b4d2ea151beb11128ad7703dcfe to your computer and use it in GitHub Desktop.
Update MYSQL REPLACE
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 tb_clientes | |
SET | |
cpf_cnpj = REPLACE(cpf_cnpj,'-','') | |
WHERE | |
id > 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment