Commit d6e4041a authored by yindanlei's avatar yindanlei

add doubtful_channel report codes

parent 326d48ad
...@@ -62,8 +62,8 @@ LEFT JOIN ...@@ -62,8 +62,8 @@ LEFT JOIN
( (
SELECT partition_day,device_id SELECT partition_day,device_id
FROM ml.ml_c_et_ck_click_dimen_d FROM ml.ml_c_et_ck_click_dimen_d
where partition_date >= '20200101' where partition_day >= '20200101'
AND partition_date < regexp_replace(current_date ,'-','') AND partition_day < regexp_replace(current_date ,'-','')
GROUP BY partition_day,device_id GROUP BY partition_day,device_id
)d )d
on a.device_id = d.device_id on a.device_id = d.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