Fork of
Sockblocks on enwiki
by Tamzin
This query is marked as a draft
This query has been published
by Tamzin.
SQL
AخA
SELECT MONTH(log_timestamp), COUNT(*)
FROM logging
JOIN comment on log_comment_id = comment_id
WHERE log_type = "block"
AND log_action = "block"
AND log_timestamp LIKE "2021%"
AND comment_text RLIKE "([Bb]?l|L)ock evasion|multiple account|[Ss]ock(?!s4)|[Cc]heck[Uu]ser|[Ll]([Tt][Aa]|ong[- ]?[Tt]erm [Aa]buse)"
GROUP BY 1
ORDER BY 1 ASC
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.