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
Cryptic
.
Users currently with the sysop permission who've made more than 1000 edits in the last 30 days. For [[WP:RAQ#Active admins]] circa 26 August 2024.
Toggle Highlighting
SQL
SELECT COUNT(*), actor_name FROM recentchanges -- last 30 days JOIN actor_recentchanges ON actor_id = rc_actor JOIN user_groups ON ug_user = actor_user AND ug_group = 'sysop' WHERE rc_type IN (0, 1) -- create new page, edit existing page GROUP BY rc_actor HAVING COUNT(*) > 1000 ORDER BY actor_name ASC;
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...