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 as admin_timestamp, l.log_title as name 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 admin_timestamp, name FROM admin_time;
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...