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', rev_actor, actor_name from page, revision, ipblocks, actor where page_id=rev_page and actor_id=rev_actor and ipb_user=rev_actor # user is blocked and page_id in (42085878) order by actor_name limit 100
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...