It is possible to do this, I have a name of a person who is 'Fábio Mello' and I want to update the name that begins with 'Fábio%' to have the surname '% Borges' how do I make this query?
update pessoa set nome = '%Borges' where nome = 'Fabio%'
This class refreshes the person's name in the wrong way because it includes the character '%' Oops, I did not explain that 'Mello' would have to disappear.