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
DanCherek
.
Toggle Highlighting
SQL
SELECT user_name as 'User', CONCAT('https://en.wikipedia.org/wiki/Special:Contributions/', user_name) as 'Contributions', ipb_id FROM recentchanges_userindex INNER JOIN actor_recentchanges ON rc_actor = actor_id INNER JOIN user ON actor_user = user.user_id LEFT JOIN ipblocks ON ipb_user = user.user_id WHERE TRUE AND ABS(rc_new_len - rc_old_len) <= 2 AND user.user_editcount < 600 AND rc_timestamp >= DATE_ADD(NOW(), INTERVAL -7 DAY) AND rc_type != 5 -- AND ipb_id IS NULL GROUP BY user_name HAVING COUNT(*) >= 40 ORDER BY max(rc_timestamp) 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...