I have table which have 60 columns.
first row have null values in 32,44,55, columns
second row have null values in 11,22,24 columns.....etc for all the other 600 rows.
I need to select the data which do not have null values.
result set should not display columns which are not null.
Thanks in advance.