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
Post a Comment