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
PPelberg (WMF)
.
Toggle Highlighting
SQL
select actor_user, actor_name, count(*) as total from ( select ct.ct_id, ct.ct_rev_id, actor_user, actor_name from change_tag ct inner join revision_actor_temp rat on ct.ct_rev_id = rat.revactor_rev inner join actor act on rat.revactor_actor = act.actor_id where ct_tag_id = 565 and substring(revactor_timestamp,1,8) >= '20200301' ) a group by actor_user, actor_name order by count(*) 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...