EASY SQL QUESTION

admin

Administrator
Staff member
i need a way to:

select * from table where all fields are not null;

how can i specify all fields in the select statement? i tried using a * but that didn't work.

thanks,
Josh.
 
Back
Top