Is there a way to replace all characters (or set of characters) from a whole table? (not only inside one column)
For example - if I want to replace whole table and character "ab" inside all columns to some other (e.g. "cd") for ALL columns at once - how to do that?
Not related to specific DB technology but if it will help - let's say it is MySql.
I can create a temp table or a 'final' table if that will help..