Commit ea44ed45 authored by litaolemo's avatar litaolemo

update

parent 9fe9e22e
......@@ -180,7 +180,7 @@ for t in range(1, task_days):
SELECT query,
all_search_uv as all_search_uv, --全部搜索uv
all_search_pv as all_search_pv, --全部搜索pv
(case when `query` in (select * from keywords_table) then 0 else 1 end) as is_delete
(case `query` when `query` in (select name from keywords_table) then 0 else 1 end) as is_delete
FROM (
--搜索pvuv
SELECT query
......
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