Cassandra commands

 

Common commands:

 

describe keyspaces // 列出所有db

use your_db; // 进去db

describe tables; // 列出所有tables

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

 

猜你喜欢

转载自www.cnblogs.com/mashuai-191/p/11362787.html