Query Run
select af_filter, count(*) c from abuse_filter group by af_filter order by c desc 2 years ago
select afh_filter, count(*) c from abuse_filter_history group by afh_filter... 2 years ago
select afh_filter, count(*) c from abuse_filter_history group by af_id order... 2 years ago
select af_id, count(*) c from abuse_filter_history group by af_id order by c desc 2 years ago
select af_id, count(*) c from abuse_filter group by af_id order by c desc 2 years ago
select af_id, count(*) c from abuse_filter group by af_id where c>1 2 years ago
select af_id, count(*) c from abuse_filter group by af_id 2 years ago
select af_id, count(*) from abuse_filter group by af_id 2 years ago
select * from abuse_filter 2 years ago
select count(*) from abuse_filter 2 years ago
select count(*) from cawiki.abuse_filter 2 years ago