I got a table with 75 columns,. what is the sql statement to display only the columns with values in in ?
thanks
You could do a pre-parse and dynamically create a statement to do this, but this would be a very inefficient thing to do from a SQL performance perspective. Would strongly advice against what you are trying to do.