Commit ecc34b13 authored by litaolemo's avatar litaolemo

update

parent e04c7ca8
......@@ -115,6 +115,10 @@ for t in range(1, task_days):
NVL(sum(post_click_pv),0) as post_click_pv
FROM
( SELECT partition_date,
cl_id,
count(card_id) as session_pv0
FROM
(
SELECT partition_date,
cl_id,
......@@ -170,7 +174,6 @@ for t in range(1, task_days):
LATERAL VIEW explode (a.recommend_type) v as recommend_type
group by partition_date,cl_id,v.recommend_type having session_pv0 >= 4) t0
left join
(
SELECT partition_date
,device_os_type
......
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