cassandra - Count always return 1 for non existent key -


i'm trying select count query key not existing i'm getting count value 1. query select count(*) test_table key = 'test'.

but there no key called test. query returning 1. idea why happening?

the single row value 0 count. in mysql return single row such as: count(*) 0


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -