SELECT em cassandra onde id! = Null

Como faço para consultar no cassandra por colunas = null.

Select * from tableA where id != null;
Select * from tableA where name != null;

Então eu queria armazenar esses valores e inseri-los em uma tabela diferente.