Commit 0f516620 by mengdongxing

Update tkdm_output_active_cid_std_week.sql

parent 0424a104
...@@ -28,7 +28,7 @@ left join ...@@ -28,7 +28,7 @@ left join
round(avg(ins_rate), 4) avg_ins_rate, round(avg(ins_rate), 4) avg_ins_rate,
round(percentile_approx(ins_rate,0.5),4) approx_med_ins_rate, round(percentile_approx(ins_rate,0.5),4) approx_med_ins_rate,
round(bootstrapmedian(ins_rate),4) bootstarp_med_ins_rate round(bootstrapmedian(ins_rate),4) bootstarp_med_ins_rate
from tkdm.tkdm_data_active_summary_day from tkdm.tkdm_data_app_summary_day
where ds between '2017-02-22' and '2017-02-28' where ds between '2017-02-22' and '2017-02-28'
group by category_id, isgame,cid group by category_id, isgame,cid
) y on x.category_id=y.category_id and x.isgame=y.isgame ) y on x.category_id=y.category_id and x.isgame=y.isgame
......
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