Hive使用手册 2018-09-06 本文已影响0人 Bigdata234 HiveSQL 创建表 显示表 --显示所有的表 show tables; --按照正则表达式显示表 SHOW TABLES '.*s'; 删除表 更改表