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
Elph
.
Toggle Highlighting
SQL
use arwiki_p; SELECT DISTINCT rev_user_text, COUNT(DISTINCT rev_page) AS Numer_of_Editedarticles, COUNT(rev_timestamp) AS Number_of_Edits, SUM(rev_len) AS Size_of_Edits FROM revision JOIN page ON page_id = rev_page WHERE page_namespace = 0 AND rev_timestamp between 20190301000000 AND 20190331235959 AND rev_user_text NOT IN (SELECT pl_title FROM pagelinks WHERE pl_from = 3002292) AND rev_user_text NOT IN (SELECT user_name FROM user_groups INNER JOIN user ON user_id = ug_user WHERE ug_group = 'bot') GROUP BY rev_user_text ORDER BY Size_of_Edits DESC LIMIT 500;
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...