Cassandra commands

 

Common commands:

 

 

describe keyspaces // 列出所有db

use your_db; // 进去db

describe tables; // 列出所有tables

describe table table_name; //查看表结构:

 

posted @ 2019-08-16 11:25  mashuai_191  阅读(100)  评论(0编辑  收藏  举报