.
This commit is contained in:
5
db/error_stats.sql
Normal file
5
db/error_stats.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SELECT error, count(error) as count
|
||||
FROM snapshots
|
||||
GROUP BY error
|
||||
ORDER BY count DESC
|
||||
LIMIT 20;
|
||||
Reference in New Issue
Block a user