Hi There,
I would like to check all the Tables that I created in the Cassandra DB.
It's something like "Select * from tab" in Oracle.
So what's the similar query for Cassandra?
Thanks in advance,
Hi There,
I would like to check all the Tables that I created in the Cassandra DB.
It's something like "Select * from tab" in Oracle.
So what's the similar query for Cassandra?
Thanks in advance,
From cqlsh:
describe schema;