Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
M
meta_base_code
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黎涛
meta_base_code
Commits
4eeddb4f
Commit
4eeddb4f
authored
Sep 02, 2020
by
litaolemo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
fbafa31b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
search_strategy_d.py
task/search_strategy_d.py
+3
-3
No files found.
task/search_strategy_d.py
View file @
4eeddb4f
...
@@ -453,10 +453,10 @@ LEFT JOIN
...
@@ -453,10 +453,10 @@ LEFT JOIN
)t2
)t2
on t1.user_id=t2.user_id
on t1.user_id=t2.user_id
group by t1.partition_date,device_id
group by t1.partition_date,device_id
)dev
)dev
1
on t1.partition_date=dev
.partition_date and t1.cl_id=dev
.device_id
on t1.partition_date=dev
1.partition_date and t1.cl_id=dev1
.device_id
WHERE (spam_pv.device_id IS NULL or spam_pv.device_id ='')
WHERE (spam_pv.device_id IS NULL or spam_pv.device_id ='')
and (dev
.device_id is null or dev
.device_id ='')
and (dev
1.device_id is null or dev1
.device_id ='')
GROUP BY t1.partition_date,active_type,device_os_type,channel
GROUP BY t1.partition_date,active_type,device_os_type,channel
)t4
)t4
on t3.partition_date=t4.partition_date and t3.active_type=t4.active_type and t3.device_os_type = t4.device_os_type AND t3.channel = t4.channel
on t3.partition_date=t4.partition_date and t3.active_type=t4.active_type and t3.device_os_type = t4.device_os_type AND t3.channel = t4.channel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment