hive查看库和视图
Posted qq_58392257
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了hive查看库和视图相关的知识,希望对你有一定的参考价值。
查看
=====
1. 查看库
show databases;
show databases like 'de.*';
2. 查看表和视图
show tables;
show tables like 't.*';
show tables in db like 't.*';
以上是关于hive查看库和视图的主要内容,如果未能解决你的问题,请参考以下文章