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
Sk.ziyaur rahaman
.
Toggle Highlighting
SQL
SELECT a.actor_name, COUNT(r.rev_id) AS total_edits FROM revision r JOIN actor a ON r.rev_actor = a.actor_id WHERE r.rev_timestamp BETWEEN DATE_FORMAT(NOW() - INTERVAL 3 MONTH, '%Y%m01000000') AND DATE_FORMAT(NOW(), '%Y%m%d235959') GROUP BY actor_id,actor_name ORDER BY total_edits DESC LIMIT 5;
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...