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 COUNT(log_id) as Total, actor_name as Bureaucrat FROM user_groups 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 BETWEEN "20181231990000" AND "20200101000000") OR log_action IS NULL GROUP BY Bureaucrat order by Total 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...