Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
Version
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张志煌
Version
Commits
111af655
Commit
111af655
authored
Sep 05, 2023
by
张志煌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(V 9.12.2-自动化告警噪点数据处理): 快手视频P2信息未采集到-目标值sql
parent
efbdf9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
上线清单.md
V 9.12.2-自动化告警噪点数据处理/上线清单.md
+18
-0
No files found.
V 9.12.2-自动化告警噪点数据处理/上线清单.md
0 → 100644
View file @
111af655
# 数据自动化检查:快手视频P2信息未采集到
目标值sql
```
mysql
SELECT
author_id
FROM
ksopen_author
WHERE
is_deleted = 0
## =====================新增 过滤条件 ==========================
and author_id in (
select author_id from ksopen_photo_count where public_count > 0
)
## =====================新增 过滤条件 ==========================
and oauth_status = 1
and last_oauth_time < CURDATE();
```
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