Commit 41085d81 authored by 宋柯's avatar 宋柯

降配

parent 152b82f6
...@@ -71,9 +71,9 @@ FROM ...@@ -71,9 +71,9 @@ FROM
( SELECT t1.partition_date ( SELECT t1.partition_date
,array(device_os_type,'合计') as device_os_type ,array(device_os_type,'合计') as device_os_type
,array(active_type,'合计') as active_type ,array(active_type,'合计') as active_type
,array(t1.rank_type,'合计') as rank_type
,array(t2.card_content_type,'合计') as card_content_type ,array(t2.card_content_type,'合计') as card_content_type
,array(t2.is_cpc,'合计') as is_cpc ,array(t2.is_cpc,'合计') as is_cpc
,array(t1.rank_type,'合计') as rank_type
,t1.device_id ,t1.device_id
,sum(exp_pv) as exp_pv ,sum(exp_pv) as exp_pv
,sum(click_pv) as click_pv ,sum(click_pv) as click_pv
...@@ -182,6 +182,7 @@ FROM ...@@ -182,6 +182,7 @@ FROM
group by t1.partition_date group by t1.partition_date
,array(device_os_type,'合计') ,array(device_os_type,'合计')
,array(active_type,'合计') ,array(active_type,'合计')
,array(rank_type,'合计')
,array(t2.card_content_type,'合计') ,array(t2.card_content_type,'合计')
,array(t2.is_cpc,'合计') ,array(t2.is_cpc,'合计')
,t1.device_id ,t1.device_id
......
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