How do I go about only displaying fields that have data and are not empty or have NULL?
It's a 112 column table so I only want to display the fields that have data.
Thanks.
select * from table where .........
---------------------------------
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
