-
-
强jay强
2018-05-17

-
0赞 · 0采集
-
-
Alphabc
2018-04-01
HBase
-
截图
0赞 · 0采集
-
-
慕粉083733492
2017-12-06
- truncat删除重新建表
-
截图
0赞 · 0采集
-
-
山羊菌
2017-11-06
- 列出所有表:
>list
扫描表'test'
>scan 'test'
向'test'表中加入数据
>put 'test','0001','info:age','30'
通过行取出某一列数据:
>get 'test','0001','info:username'
删除某一行中某一列数据:
>delete 'test','0001','info:age'
初始化表:
>truncate 'test'
-
0赞 · 0采集