> How to show the databases in cassandra
DESCRIBE keyspaces;
> how to show tables
Its as simple as these 2 steps
1. use <keyspace_name>;
2. describe tables;
DESCRIBE keyspaces;
> how to show tables
Its as simple as these 2 steps
1. use <keyspace_name>;
2. describe tables;
No comments:
Post a Comment