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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -