记录几条阿里云日志服务里的查询sql
记录几条阿里云日志服务里的查询sql 万一以后还用的上呢* AND requestURL : sendReportNotificationSMS | SELECT COUNT(*) as number from prod-error// sendReportNotificationSMS每天16点少于200* | select count(*) as number from log where r
·
记录几条阿里云日志服务里的查询sql 万一以后还用的上呢
* AND requestURL : sendReportNotificationSMS | SELECT COUNT(*) as number from prod-error
// sendReportNotificationSMS每天16点少于200
* | select count(*) as number from log where requestURL like '%sendReportNotificationSMS%'
// sendReportNotificationSMS每天12点少于100
更多推荐
所有评论(0)