I have the following email: [email protected]
, I need to change everything that has meusite.com.br
to seusite.com.br
.
How can I do it?
My idea was: UPDATE tabela SET email = email "seusite.com.br"
.. But then it would not work, I would just add.