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 logging join actor on actor_id = log_actor join user_groups on actor_user = ug_user where log_type = "rights" and log_action = "rights" and log_timestamp between "20181231990000" and "20200101000000" and ug_group = "bureaucrat" 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...