Skip to content
Snippets Groups Projects
Commit b03b5d02 authored by Lyudmila Vaseva's avatar Lyudmila Vaseva
Browse files

Quarry all edit filter log entries before 20100101

parent e6ad1594
No related branches found
No related tags found
No related merge requests found
use enwiki_p;
select afl_filter, count(*)
from abuse_filter_log
where afl_timestamp <= 20091231235959
group by afl_filter
order by count(*) desc;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment