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
Sohom Datta
.
Toggle Highlighting
SQL
# 42 prp-editinsequence select t.aid, t.aname, t.cc, sum(t.cc) from ( select r.rev_actor as aid, a.actor_name as aname, count(r.rev_id) as cc 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_tag_id = 42 group by r.rev_actor) as t;
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...