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 - Unusual behaviour when drawing lots of images onto a large canvas -

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

javascript - Chart.js - setting tooltip z-index -