hive新建分區表語句以下:code
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'分區備註');