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
Землеройкин
.
Участники со стажем не менее 3 месяцев, сделавшие не менее 500 правок, и не менее 100 правок за последние полгода.
Toggle Highlighting
SQL
USE ruwiki_p; SELECT user_name, COUNT(rev_id) FROM (SELECT * FROM (SELECT user_id, user_name FROM user WHERE (user_registration < "20200402000000") AND (user_editcount > 2000)) AS A INNER JOIN actor ON (actor_user = A.user_id)) as B INNER JOIN revision ON ((B.actor_id = actor_id) AND (rev_timestamp > "20200402000000")) GROUP BY actor_id
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...