Datasets:
File size: 1,669 Bytes
e8c001c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | INSERT OVERWRITE TABLE internal_platform_db.dwd_im_ads_businesses_core_scene_detail_di_query_engine_142 PARTITION (imp_date = 20260608)
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_group_di_query_engine_142
where imp_date = 20260608
union all
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_pd_di_query_engine_142
where imp_date = 20260608
union all
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_social_di_query_engine_142
where imp_date = 20260608
union all
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_social_scene_di_query_engine_142
where imp_date = 20260608
union all
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_profile_page_di_query_engine_142
where imp_date = 20260608
union all
select appid, message_id, puin, code, group_no, scene, sub_scene, hit_msg, is_punish_beat, new_reg_tag, payload_req, reg_date
from internal_platform_db.dwd_im_ads_businesses_core_scene_detail_group_profile_di_query_engine_142
where imp_date = 20260608 |