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 rev_actor, COUNT(rev_id) FROM (SELECT * FROM (SELECT user_id, user_name FROM user WHERE (user_registration < "20200402000000") AND (user_editcount > 10000)) AS A INNER JOIN actor ON (actor_user = A.user_id)) AS B INNER JOIN revisions ON (rev_timestamp > "20200402000000") AND (rev_actor = B.actor_id) GROUP BY rev_actor HAVING COUNT(rev_id) > 100
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...