with a as
(select * from xxx)
insert overwrite table dwd_oa_col_summary partition(dt='$do_day')
select 1,2,3; --查询的值和表字段数量一致就行

with a as
(select * from xxx)
insert overwrite table dwd_oa_col_summary partition(dt='$do_day')
select 1,2,3; --查询的值和表字段数量一致就行
上一篇 PropertyPlaceholderConfigurer
下一篇 Kafka启动报错 | ‘org.springframework.kafka.config.internalKafkaListenerEndpointRegistry‘ | 大别山码将