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
Novem Linguae
.
Toggle Highlighting
SQL
# log_actor contains the actor_id of the person adding/removing the perms # log_title contains a string of the recipient's name (the person whose perms are getting tweaked) # only 52,655 non-automatic user rights changes. should be small enough to do slow stuff on like LIKE and RLIKE SELECT user_name AS promoter, log_title AS promotee, log_params FROM logging JOIN actor ON actor_id = log_actor JOIN user ON user_id = actor_user WHERE log_type = 'rights' AND log_action = 'rights' AND log_params RLIKE 'newgroups[^\}]*sysop' ORDER BY log_id 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...