Commit 27c6d13d authored by litaolemo's avatar litaolemo

update

parent 17c157de
......@@ -255,7 +255,7 @@ SELECT query,count(query) as count_query,search_pv,search_uv
)t2
on t1.cl_id=t2.device_id AND t1.partition_date = t2.partition_date
GROUP BY query
) order by count_query desc limit 100
) order by count_query desc
""".format(start_date='20201024',end_date='20201025')
print(sql_search_ctr)
......
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