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'分区备注');