首页 > 其他 > 详细

show命令

时间:2015-06-08 14:53:00      阅读:277      评论:0      收藏:0      [点我收藏+]
数据库
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;




show命令

原文:http://www.cnblogs.com/lishouguang/p/4560770.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!