I executed the query like this in razor sql.
SELECT * FROM number_log where phonenumber = '6032969081' and is_active='1' ALLOW FILTERING
Its giving me an error like -
ERROR: No secondary indexes on the restricted columns support the provided operators: 'SELECT * FROM number_log where phonenumber = '6032969081' and is_active='1' ALLOW FILTERING'
can anyone please help me out -