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
Zhuyifei1999
.
Toggle Highlighting
SQL
USE commonswiki_p; SELECT (SELECT user_name FROM user WHERE user_id = actor_user) AS user_name, COUNT(actor_user) FROM revision_userindex INNER JOIN actor_revision ON actor_id = rev_actor WHERE rev_page = 34950033 AND actor_user != 0 GROUP BY actor_user HAVING COUNT(actor_user) > 25 AND actor_user NOT IN ( SELECT ug_user FROM user_groups WHERE ug_group IN ("sysop", "bot") UNION SELECT ufg_user FROM user_former_groups WHERE ufg_group IN ("sysop", "bot") ) ORDER BY COUNT(actor_user) DESC;
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...