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
Gopavasanth
.
Toggle Highlighting
SQL
SELECT DATE_FORMAT(STR_TO_DATE(rev_timestamp, '%Y%m%d%H%i%s'), '%Y-%m') AS month, actor_name AS username, actor_user AS user_id, COUNT(rev_id) AS edit_count FROM revision JOIN actor ON actor_id = rev_actor WHERE rev_timestamp >= DATE_FORMAT(NOW() - INTERVAL 12 MONTH, '%Y%m%d%H%i%s') GROUP BY month, actor_name, actor_user HAVING COUNT(rev_id) >= 15 ORDER BY month DESC, edit_count 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...