Hive 中创建表有哪几种方式,其区别是什么?
1.hive 创建表有以下几种方式
1)create table
2)create table as select ... 3)create table like tablename1;
2.不同方式的区别
1)create table 创建表,需要明确指定表结构和索引
2)create table as 创建表,只有表结构,没有索引。
3)create table like 创建出来的新表包含源表的完整表结构及索引信息
欢迎来撩 : 汇总all