Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Vaticidalprophet
.
Toggle Highlighting
SQL
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)" AND (SELECT user_editcount FROM user WHERE user_name = REPLACE(log_title, "_", " ")) > 1000 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...