to all guru
how can i display informations where type is not empty
is this possible "select * from members where type not empty or type not null";
you can use ... select * from table where column <> ''