Commit 8ac900ba authored by litaolemo's avatar litaolemo

update

parent 6186b9cd
......@@ -99,7 +99,6 @@ SELECT query
FROM (
--搜索pvuv
SELECT query
, click.partition_date as partition_date
, count(click.cl_id) as all_search_pv
, count(distinct click.cl_id) as all_search_uv
FROM (
......@@ -196,8 +195,8 @@ FROM (
AND params['card_type'] = 'highlight_word'
) click
GROUP BY click.partition_date, query
) t3 group by query order by all_search_uv asc
GROUP BY query
) t3 order by all_search_uv asc
""".format(start_date='20201017',end_date='20201116')
......
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