hql 随手笔记
1.一次插入多个分区动态分区:create table test_tb(id string,name string)partitioned by (dt string)row format delimitedfields terminate by '\t'stored as orc;set hive.exec.dynamic.partition=true; --开启动态分区set hive.exec.dynamic.partition.mode = nonstrict; -- 动态分



