1. 程式人生 > >hive新建分割槽表

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'分割槽備註');