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
Base
.
Toggle Highlighting
SQL
use ukwiki_p; select a.actor_name, count(distinct r.rev_page) as articles_edited from revision_userindex r join page p on r.rev_page = p.page_id and p.page_is_redirect = 0 and p.page_namespace = 0 left join page_props pp on p.page_id = pp.pp_page and pp.pp_propname = 'disambiguation' join actor a on r.rev_actor = a.actor_id where pp.pp_propname is null group by r.rev_actor limit 10000; ;
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...