W wxdqz New Member Aug 21, 2008 #1 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
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