Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
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
data
bi-report
Commits
a892f400
Commit
a892f400
authored
Nov 04, 2020
by
yindanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add icon_function_day report codes
parent
5f6f2b47
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
icon_function_day.sql
pm/icon_function_day/etl/icon_function_day.sql
+3
-1
No files found.
pm/icon_function_day/etl/icon_function_day.sql
View file @
a892f400
...
...
@@ -253,7 +253,9 @@ LEFT JOIN
and
((
partition_date
<
'20200924'
and
params
[
'referrer_id'
]
=
'605'
)
or
(
partition_date
>=
'20200924'
and
partition_date
<
'20201020'
and
params
[
'referrer_id'
]
=
'707'
)
or
(
partition_date
>=
'20201020'
and
partition_date
<
'20201027'
and
params
[
'referrer_id'
]
=
'901'
)
or
(
partition_date
>=
'20201027'
and
params
[
'referrer_id'
]
=
'939'
))
or
(
partition_date
>=
'20201027'
and
partition_date
<
'20201103'
and
params
[
'referrer_id'
]
=
'939'
)
or
(
partition_date
>=
'20201103'
and
and
params
[
'referrer_id'
]
=
'982'
))
)
group
by
partition_date
,
cl_id
)
t3
...
...
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