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
Ixtal
.
Just figuring some stuff out
Toggle Highlighting
SQL
SELECT user_name, user_editcount FROM user LEFT JOIN user_groups ON ug_user = user_id JOIN logging ON log_title = user_name WHERE ug_group = 'sysop' AND log_type = 'rights' AND log_action = 'rights' AND log_params LIKE '%newgroups%sysop%' -- AND log_params NOT LIKE '%oldgroups%sysop%newgroups%' ORDER BY user_name;
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...