Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Bureaucrat actions in 2019, Commons, details
by
Ahmad252
This query is marked as a draft
This query has been published
by
Fæ
.
A simple summary of logged rights changes by Bureaucrats since 2015. 'rights' is a rough indicator of activity, as individual actions may not be a Bureaucrat request.
Toggle Highlighting
SQL
use commonswiki_p; SELECT actor_name AS Bureaucrat, count(log_id), LEFT(log_timestamp,4) AS Year FROM user_groups LEFT JOIN actor ON actor_user = ug_user AND ug_group = "bureaucrat" LEFT JOIN logging_userindex ON actor_id = log_actor WHERE log_action="rights" AND log_timestamp>20190100000000 GROUP BY Year, Bureaucrat;
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...