Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Part 2
by
Huji
This query is marked as a draft
This query has been published
by
Huji
.
Toggle Highlighting
SQL
select count(*) from user join actor_logging on actor_user = user_id left join logging_userindex on log_actor = actor_id and log_type = 'newusers' and log_action in ('create', 'autocreate') -- creating main account and log_timestamp < '20200712000000' -- occured 3 or more months prior to nomination start date join ( select actor_user, count(*) cnt from revision_userindex join actor_revision on rev_actor = actor_id join page on page_id = rev_page where page_namespace = 0 and rev_timestamp > '20191012000000' -- last 12 months leading to nomination start date and rev_timestamp < '20201012000000' group by actor_user having count(*) >= 100 ) onehundred -- at least 100 edits in the main namespace in the last twelve months leading to the nomination start date on user_id = onehundred.actor_user order by user_name
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...