Is there a way to search in a database a custom string and replace it with a new one?
The string I’m searching can appear in different tables and sometimes in different columns of the same table, so basically what i ned to do is search and replace everywhere.
Is there a way to search in a database a custom string and replace
Share
You need a query like:
Repeat for every relevant table and/or field in the database.