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
Martin Urbanec
.
Toggle Highlighting
SQL
use commonswiki_p; SELECT DISTINCT actor_name FROM revision JOIN actor_revision ON actor_id=rev_actor WHERE rev_timestamp > "20190101000000" AND rev_timestamp < "20191231235959" AND actor_name IN (SELECT user_name FROM cswiki_p.user_groups JOIN cswiki_p.user on user_id=ug_user WHERE ug_group="autopatrolled") LIMIT 5000;
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...