I have a table with a text field info which contains text and urls. Something like `
Sometext <_a href="https://Asite.com/path">Link<_/a> sometext
I want to patch this text field and get
Sometext <_a href="https://Bsite.com/path">Link<_/a> sometext
I want to go through all these text fields and change all links inside the column info.
Is there any SQL condition to implement this?