.
This commit is contained in:
7
db/host_stats_visited.sql
Normal file
7
db/host_stats_visited.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
SELECT host, COUNT(*) AS row_count
|
||||
FROM snapshots
|
||||
WHERE response_code IS NOT NULL
|
||||
AND error IS NULL
|
||||
GROUP BY host
|
||||
ORDER BY row_count DESC
|
||||
LIMIT 10;
|
||||
Reference in New Issue
Block a user