8
I need to modify a part in the text of a table. The records of an email are [email protected] and I need to change everyone to jf.jus.br. Only the first part of the email doesn’t change (the xxx).
I can make a
update
TABELA
set
email = REPLACE (email, '%.jf.gov.br', '%jf.jus.br').
I don’t really know what the joker character to keep the user’s acronym (which comes before the @).
Hello Josie, what is your database (Mysql, SQL Server, Oracle, etc)? If possible update the tags including the specific database.
– Anthony Accioly