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;




相关文章:

猜你喜欢
相关资源
相似解决方案