How not to display columns which are NULL in a view
Posted
by Michelle
on Stack Overflow
See other posts from Stack Overflow
or by Michelle
Published on 2010-05-24T15:56:09Z
Indexed on
2010/05/24
16:01 UTC
Read the original article
Hit count: 162
sql
I've set up a view which combines all the data across several tables. Is there a way to write this so that only columns which contain non-null data are displayed, and those columns which contain all NULL values are not included?
© Stack Overflow or respective owner