| INSERT OVERWRITE TABLE internal_platform_db.dwd_qqgroup_offline_report_prestosql_003 |
| SELECT |
| ftime, |
| '101069' AS appid, |
| 'IM平台Qgroup_zhapian_report_1049' AS model_id, |
| message_id, |
| databus_imp_date, |
| group_num, |
| punish_path_name, |
| content |
| FROM internal_platform_db.dwd_t_event_log_v1_05900072467_with_subpartition_hi_prestosql_003 |
| WHERE appid = '100553' |
| AND reqbody IS NOT NULL |
| AND get_json_object(reqbody, '$.tag_info') IS NOT NULL |
| AND get_json_object(reqbody, '$.tag_info.tag_result_text') LIKE '%诈骗-%' |
| AND ftime = '20250324' |
|
|