Conditions in Select

wxdqz

New Member
Can some one point me in the right direction for the following query:

I want to select all the columns from a table that are not null.

SELECT * FROM xxxx WHERE id='$id';

And have the * be all the columns which are not NULL.

Thanks
 
Back
Top