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
Akbarali
.
Toggle Highlighting
SQL
select r.rev_actor as user_id, a.actor_name as username, count(r.rev_id) as pywikibot_edits from change_tag ct join revision r on ct.ct_rev_id = r.rev_id join actor a on a.actor_id = r.rev_actor where ct.ct_tag_id = YOUR_TAG_ID_FOR_PYWIKIBOT group by r.rev_actor order by count(r.rev_id) 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...