I have a sql query which has 290 columns in SELECT statement. I need to apply a condition when any of the columns values is '' or only , then replace it with NULL
across the columns... any help?
I can use case statement but writing 290 times does not serve the purpose... so any other alternative..