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
Smallbones
.
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, 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_reason_id=comment_id # link keys and page_id in (38394488,7992255,5091289,69286395,12871412) group by page_title,user_name order by user_name,page_title limit 999
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...