describe命令

describe简写是desc

desc t1;
desc t1 column1;
desc extended t1;
desc formatted t1;

数据库
desc database test;

分区
desc formatted t1 partition(xx=yy);

函数
desc function xx;
desc function extended xx;




posted @ 2015-06-08 14:10  lishouguang  阅读(646)  评论(0编辑  收藏  举报