I found the similar question and solution for the SQL server. I want to replace all my null values with zero or empty strings. I can not use the update
statement because my table has 255 columns and using the update for all columns will consume lots of time.
Can anyone suggest to me, how to update all the null values from all columns at once in PostgreSQL?