Commit e1dd8216 authored by 王志伟's avatar 王志伟

统计新指标,device_clk_imp_reason

parent 73dc107b
......@@ -776,8 +776,10 @@ object find_reason {
|select '${stat_date}' as stat_date,count(oc.device_id) as old_clk_count
|from all_clk_diary_card oc inner join device_id_old
|on oc.device_id = device_id_old.device_id
|group by stat_date
""".stripMargin
)
old_clk_count.show()
//1.1有点击的老用户
val old_clk_device = sc.sql(
s"""
......
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