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
d8cbef8d
Commit
d8cbef8d
authored
Nov 13, 2020
by
yindanlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add icon_function_day report codes
parent
21ef1d5a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
icon_function_day.sql
pm/icon_function_day/etl/icon_function_day.sql
+2
-1
No files found.
pm/icon_function_day/etl/icon_function_day.sql
View file @
d8cbef8d
...
@@ -254,7 +254,8 @@ LEFT JOIN
...
@@ -254,7 +254,8 @@ LEFT JOIN
or
(
partition_date
>=
'20200924'
and
partition_date
<
'20201020'
and
params
[
'referrer_id'
]
=
'707'
)
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
>=
'20201020'
and
partition_date
<
'20201027'
and
params
[
'referrer_id'
]
=
'901'
)
or
(
partition_date
>=
'20201027'
and
partition_date
<
'20201103'
and
params
[
'referrer_id'
]
=
'939'
)
or
(
partition_date
>=
'20201027'
and
partition_date
<
'20201103'
and
params
[
'referrer_id'
]
=
'939'
)
or
(
partition_date
>=
'20201103'
and
params
[
'referrer_id'
]
=
'982'
))
or
(
partition_date
>=
'20201103'
and
partition_date
<
'20201113'
and
params
[
'referrer_id'
]
=
'982'
)
or
(
partition_date
>=
'20201113'
and
partition_date
<
'20201121'
and
params
[
'referrer_id'
]
=
'1055'
))
group
by
partition_date
,
group
by
partition_date
,
cl_id
cl_id
)
t3
)
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