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
Steinsplitter
.
Toggle Highlighting
SQL
USE metawiki_p; SELECT user_name AS sysop, admin_actions FROM user_groups LEFT JOIN ( SELECT log_user_text, log_user, count(log_id) AS admin_actions FROM logging WHERE log_type IN ("block","delete","import","protect","rights", "merge", "massmessage", "abusefilter") AND log_type != "5" AND log_timestamp > 2017100100000 GROUP BY log_user_text ) AS sysc ON log_user = ug_user INNER JOIN user ON user_id = ug_user WHERE ug_group = "sysop" AND ( admin_actions < 15 OR admin_actions IS NULL) ORDER BY admin_actions 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...