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
Cryptic
.
The last thousand blocks mentioning edit warring or reversions, and whether they were sitewide or partial. For [[WT:BP#Partial blocks]] circa 22 June 2020.
Toggle Highlighting
SQL
SELECT CASE WHEN log_params LIKE '%sitewide%' THEN 'sitewide' ELSE 'limited' END AS 'scope', log_timestamp, log_title, log_params, actor_name, comment_text FROM logging JOIN actor_logging ON actor_id = log_actor JOIN comment_logging ON comment_id = log_comment_id WHERE log_type = 'block' AND log_action = 'block' AND (comment_text LIKE '%3RR%' OR comment_text LIKE '%:EW%' OR comment_text LIKE '%dit_war%' OR comment_text LIKE '%evert%') ORDER BY log_id DESC LIMIT 1000;
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...