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
PleaseStand
.
Toggle Highlighting
SQL
select user_name, count(*) num_templates from ipblocks join actor_revision on ipb_user = actor_user join revision_userindex on actor_id = rev_actor join page on rev_page = page_id join user on ipb_user = user_id where ipb_expiry = 'infinity' and ipb_sitewide = 1 and rev_parent_id = 0 and page_namespace = 10 group by user_id order by null;
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...