Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
sp2
by
Smallbones
This query is marked as a draft
This query has been published
by
Bri
.
Toggle Highlighting
SQL
# Simplified query to focus on blocked editors. # The page_id list can be manually compiled by looking at page id under "page information" in the Wiki web interface, # or by running Quarry query #62940 with a list of titles. select page_title as 'page title', user_name#, actor_name, comment_text as 'block reason' from page, revision, ipblocks, user, actor#, comment where page_id=rev_page and actor_id=rev_actor # link keys and actor_user=user_id and ipb_user=user_id # user is blocked # and ipb_user=rev_actor # user is blocked # and ipb_reason_id=comment_id # link keys and page_id in (42085878,18762503,45527399,19042397,53406808,57478606,54750187,46574112) order by page_title limit 199
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...