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
Tiven2240
.
Toggle Highlighting
SQL
SELECT rc_actor, COUNT(1) AS num_contribs from mrwiki_p.recentchanges WHERE rc_logid = 0 AND rc_actor != 0 and rc_bot = 0 and rc_actor != "Salebot" and rc_actor != "MediaWiki message delivery" and rc_actor != "CommonsDelinker" GROUP BY rc_actor Having COUNT(1) > 4 ORDER BY num_contribs DESC limit 300;
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...