Commit fc7392e8 authored by litaolemo's avatar litaolemo

update

parent 43a92cb4
......@@ -181,14 +181,13 @@ for t in range(1, task_days):
sql_search_ctr = r"""
SELECT query,
all_search_uv as all_search_uv, --全部搜索uv
all_search_pv as all_search_pv --全部搜索pv
FROM (
--搜索pvuv
SELECT query
, count(click.cl_id) as all_search_pv
, count(distinct click.cl_id) as all_search_uv,
, count(distinct click.cl_id) as all_search_uv
FROM (
SELECT cl_id,
partition_date,
......
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