'DESCRIBE TABLES' command is used to get all the tables in a keyspace.
cqlsh> USE cassandratutorial;
cqlsh:cassandratutorial>
cqlsh:cassandratutorial> DESCRIBE TABLES;
employee
cqlsh:cassandratutorial>
cqlsh:cassandratutorial> DESC TABLES;
employee
cqlsh:cassandratutorial>
No comments:
Post a Comment