A software interface is inserting an undesired string into various columns of a table in Postgresql.
How can we search all rows and all columns to look for a string and update with null value?
I have not made any SQL because I didn't know where to start.
If someone can help with SQL..