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
e8cfc11c
Commit
e8cfc11c
authored
Nov 13, 2020
by
edz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push core
parent
e76baafc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ai_daily.sql
pm/core_daily/report/ai_daily.sql
+2
-2
No files found.
pm/core_daily/report/ai_daily.sql
View file @
e8cfc11c
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
--AI工具核心数据
--AI工具核心数据
SELECT
partition_date
as
`日期`
SELECT
partition_date
as
`日期`
,
if
(
ios_new_ai_retention
=
'0.0
0
%'
,
'-'
,
ios_new_ai_retention
)
as
`iOS新在AI功能次留`
,
if
(
ios_new_ai_retention
=
'0.0%'
,
'-'
,
ios_new_ai_retention
)
as
`iOS新在AI功能次留`
,
ios_new_gc_uv
as
`iOS新在AI分发页PVgood click/功能使用uv`
,
ios_new_gc_uv
as
`iOS新在AI分发页PVgood click/功能使用uv`
,
if
(
andr_new_ai_retention
=
'0.0
0
%'
,
'-'
,
andr_new_ai_retention
)
as
`android新在AI功能次留`
,
if
(
andr_new_ai_retention
=
'0.0%'
,
'-'
,
andr_new_ai_retention
)
as
`android新在AI功能次留`
,
andr_new_gc_uv
as
`android新在AI分发页PVgood click/功能使用uv`
,
andr_new_gc_uv
as
`android新在AI分发页PVgood click/功能使用uv`
FROM
FROM
...
...
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