show命令

数据库
show databases;


show tables;
show tables in xxdb;
show tables 'a*';

tblproperties
show tblproperties t1;

分区
show partitions t1;
show partitions t1 partition(xx=yy);

函数
show functions;




原文地址:https://www.cnblogs.com/lishouguang/p/4560770.html