hive 如何查看表信息?
答:
hive常用的查看表信息命令有:
查看数据库中有哪些表:
show tables; show tables in database_name;
查看表结构:
desc table_name;