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;




相关文章:

  • 2021-06-11
  • 2021-06-01
  • 2021-12-06
  • 2022-12-23
  • 2021-06-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-02-13
  • 2021-07-05
相关资源
相似解决方案