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

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -