- 顯示當前數(shù)據(jù)庫所有表
show tables;
- 顯示所有數(shù)據(jù)庫
show databases | schemas;
- 顯示表分區(qū)信息焙糟,如果不是分區(qū)表則執(zhí)行報錯
show partitions table_name;
- 顯示當前版本hive支持的所有方法
show functions;
- 查看表信息
desc extended table_name;
- 查看表信息(格式化美觀)
desc formatted table_name;
- 查看數(shù)據(jù)庫相關信息
describe database database_name;