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

Try to make sense of filters actions

parent 301bf6da
No related branches found
No related tags found
No related merge requests found
use enwiki_p;
select left(afl_timestamp, 4) LogYear, afl_actions FilterActions, count(*) Freq
from abuse_filter_log
group by left(afl_timestamp, 4), afl_actions
order by 1 desc;
This diff is collapsed.
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