Commit e750dde5 authored by litaolemo's avatar litaolemo

update

parent 47582149
......@@ -94,9 +94,9 @@ for t in range(0, task_days):
sql_search_ctr = r"""
select t0.device_id as device_id,query from
((select device_id from online.ml_device_day_active_status where partition_date = '{today_str}' and active_type in (1,2)
) t2
select t0.device_id as device_id,click.query from
(
(select device_id from online.ml_device_day_active_status where partition_date = '{today_str}' and active_type in (1,2))t2
LEFT JOIN
(
select distinct device_id
......
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