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
Землеройкин
.
Toggle Highlighting
SQL
use ruwiki_p; SELECT user_id, user_name, time FROM (SELECT log_title, MAX(log_timestamp) as time FROM logging WHERE (log_type = "rights") AND (log_action = "rights") AND ((log_params LIKE "%newgroups%autoeditor%") OR (log_params LIKE "%\n%autoeditor%")) GROUP BY log_title) as A INNER JOIN user ON A.log_title = user_name INNER JOIN user_groups ON (user_id = ug_user) AND (ug_group = "autoeditor") INNER JOIN actor ON (user_id = actor_user) WHERE time < "20190210"
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...