Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
List of ukwiki users by number of unique articles edited
by
Base
This query is marked as a draft
This query has been published
by
Base
.
Toggle Highlighting
SQL
set group_concat_max_len = 1024*1024; use ukwiki_p; select a.actor_name, count(distinct r.rev_page) as articles_count, group_concat(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 having articles_count > 20 order by articles_edited desc ;
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...