Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Most active users by articles on plwiki
by
The Polish
This query is marked as a draft
This query has been published
by
Obaid Raza
.
Toggle Highlighting
SQL
SELECT CONCAT("#") AS number, actor_user AS user_id, CONCAT("[[user:",actor_name,"|",actor_name,"]]") AS user_name, COUNT(rev_id) AS user_editcount FROM actor INNER JOIN revision ON revision.rev_actor = actor.actor_id JOIN page ON page.page_id = revision.rev_page WHERE page_is_redirect = 0 AND rev_parent_id = 0 AND page_namespace = 0 AND rev_timestamp <= 20211231235959 AND rev_timestamp >= 20210101000000 AND actor_user IS NOT NULL GROUP BY actor_name ORDER BY user_editcount DESC 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...