Try to return all rows where a specific field is null or not null.
select * from ADDRESS where addr1 = null;
or
selec
CQL doesn't have the concept of NULL (yet- see CASSANDRA-3783). The right thing to do instead depends on your particular situation.