I need a help with some challenge
How can I (using sql script for PostgreSQL) copy data from column A to B if A is NULL and if B is null as well copy data from column C?
So if A is null copy data from B but if B is also Null copy from column C. All data are in same table.
Is it possible?