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
MdsShakil
.
Toggle Highlighting
SQL
SELECT user_name, COUNT(rev_id) AS edit_count FROM user JOIN revision ON user_id = rev_user LEFT JOIN ipblocks ON user_id = ipb_user WHERE user_registration <= '20231231' AND rev_timestamp >= DATE_FORMAT(DATE_SUB(NOW(), INTERVAL 2 YEAR), '%Y%m%d%H%i%s') AND ipb_user IS NULL -- Exclude locally blocked users GROUP BY user_name HAVING edit_count >= 100 ORDER BY 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...