创建表:exam_tb1
,向表中添加数据,表的数据与结构如下:
create 'exam_tb1',{NAME=>'user_info'},{NAME=>'class_info'} put 'exam_tb1','row-1','user_info:name','jack' put 'exam_tb1','row-1','user_info:age','32' put 'exam_tb1','row-1','class_info:class_name','software' put 'exam_tb1','row-1','class_info:class_id','201801' put 'exam_tb1','row-2','user_info:name','rose' put 'exam_tb1','row-2','user_info:age','28' put 'exam_tb1','row-2','class_info:class_name','hardware' put 'exam_tb1','row-2','class_info:class_id','201802'
查看全部数据,如下图。

获取指定行的数据,如下图。

删除表删除之前先把要删除表设为禁用,然后才能删除,如下图。

我也是小白以后多多交流
大佬加油
爱你
奥利给
不错
我加你了哦