Common commands:
describe keyspaces // 列出所有db
use your_db; // 进去db
describe tables; // 列出所有tables
describe table table_name; //查看表结构:
Common commands:
describe keyspaces // 列出所有db
use your_db; // 进去db
describe tables; // 列出所有tables
describe table table_name; //查看表结构: