I am trying to display columns in a table which are not null.
For ex: My table has 10 columns. I insert values to
this table using insert query. But i do not know for which columns i have inserted values.
I want to select columns for which i have inserted values. I do not want to
display all 10 columns. I used the following procedure from this blog but the problem is, it works only for queries which...