Datasets:
File size: 526 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 | insert overwrite TABLE internal_platform_db.app_group_product_info_history_query_engine_011 PARTITION (dt = '20260507')
SELECT
username,
application_group,
application_group_owner,
product_id,
product_name,
product_owner,
obs_product_id,
obs_product_name,
obs_product_owner,
department,
plan_product_id,
plan_product_name,
plan_product_owner,
application_group_numbers,
application_group_owners,
product_owners,
obs_product_owners,
plan_product_owners,
bg,
id
FROM internal_platform_db.app_group_product_info_query_engine_011; |