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
Huji
.
To get a sense of which bureaucrats are active.
Toggle Highlighting
SQL
USE fawiki_p; SELECT log_id, log_user_text, log_title, log_timestamp, log_comment, log_params FROM logging WHERE log_type = 'rights' AND log_action = 'rights' AND ( (log_params NOT LIKE '%sysop%newgroups%sysop%' AND log_params LIKE '%newgroups%sysop%') OR (log_params NOT LIKE '%bureaucrat%newgroups%bureaucrat%' AND log_params LIKE '%newgroups%bureaucrat%') OR (log_params NOT LIKE '%bot%newgroups%bot%' AND log_params LIKE '%newgroups%bot%') OR (log_params NOT LIKE '%patroller%newgroups%patroller%' AND log_params LIKE '%newgroups%patroller%') ) ORDER BY log_timestamp DESC LIMIT 100;
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...