Query Run
SELECT COUNT(*) as dup_count, fa_timestamp FROM filearchive GROUP BY... 6 months ago
SELECT COUNT(*) as dup_count FROM filearchive GROUP BY fa_timestamp ORDER BY... 6 months ago
SELECT COUNT(*) as dup_count FROM filearchive GROUP BY fa_sha1 ORDER BY... 6 months ago