Commit 2798c64b authored by litaolemo's avatar litaolemo

update

parent 320555a5
......@@ -77,13 +77,14 @@ for t in range(0, task_days):
sql_search_ctr = r"""
SELECT query,
partition_date,
, all_search_uv as all_search_uv --全部搜索uv
, t3.all_search_pv as all_search_pv --全部搜索pv
all_search_uv as all_search_uv, --全部搜索uv
t3.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,
partition_date
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