sync
This commit is contained in:
7
cds restore check.sql
Normal file
7
cds restore check.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
USE sandbox
|
||||
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
|
||||
|
||||
SELECT CAST([LogDateTime] AS DATE) AS [day], COUNT(1) AS cnt
|
||||
FROM [cds_log]
|
||||
GROUP BY CAST([LogDateTime] AS DATE)
|
||||
ORDER BY CAST([LogDateTime] AS DATE) DESC
|
||||
Reference in New Issue
Block a user