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