I have inserted 1000 rows in Cassandra database. Now I am trying to find
out how many rows have been inserted in Cassandra database using the CLI
mode.


In rdbms, I can do this sql-

*       SELECT count(*) from TABLE;*

And this will give me total count for that table;

How to do the same thing in Cassandra database?

I am running Cassandra 1.2.3

Reply via email to