summaryrefslogtreecommitdiff
path: root/rushs/data-clash/step-1/tracking.sql
blob: 691af8d69ee1a4ae6d203cac214e71ba7a029c1b (plain)
1
2
3
4
SELECT on_case AS investigating_id, COUNT(*) AS report_count
FROM investigation.mirrored_reports
GROUP BY on_case
ORDER BY report_count DESC, investigating_id ASC