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
.
Toggle Highlighting
SQL
WITH admin_time AS ( SELECT l.log_timestamp, l.log_title from logging_userindex l INNER JOIN actor ON l.log_actor = actor.actor_id WHERE l.log_type = "rights" AND l.log_action = "rights" /* AND log_timestamp > 20180000000000 */ AND l.log_params REGEXP 'newgroups".*"sysop"' ) SELECT adt.log_title FROM revision_userindex r INNER JOIN actor_revision a ON r.rev_actor = a.actor_id INNER JOIN admin_time adt ON adt.log_title = a.actor_name GROUP BY adt.log_title LIMIT 1
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...