hive新建分区表

hive新建分区表语句如下:

create table table_name (col1_name string comment '备注1', col2_name string comment '备注2', col3_name string comment '备注3', col4_name string comment '备注4') partitioned by (partition1_name string comment'分区备注');

猜你喜欢

转载自www.cnblogs.com/TTyb/p/10118568.html