Commit c456d7a2 authored by litaolemo's avatar litaolemo

update

parent 368947cd
......@@ -88,13 +88,10 @@ for t in range(0, task_days):
,device_os_type
,active_type
,channel
,diary_click_pv
,diary_exp_pv
,qa_click_pv
,t6.qa_exp_pv
,sum(diary_click_pv) as diary_click_pv,sun(diary_exp_pv) as diary_exp_pv,sum(qa_click_pv) as qa_click_pv,sum(qa_exp_pv) as qa_exp_pv
FROM
( --dau
SELECT mas.partition_date,t2.active_type,t2.device_os_type,t2.channel,device_id,sum(diary_click_pv) as diary_click_pv,sun(diary_exp_pv) as diary_exp_pv,sum(qa_click_pv) as qa_click_pv,sum(qa_exp_pv) as qa_exp_pv
SELECT mas.partition_date,t2.active_type,t2.device_os_type,t2.channel,device_id
FROM
(
SELECT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment