Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Actively collaborated article pages yearwise
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Actively collaborated pages contributors for a specifc year with year contributions (>9 loggedin non bot, awb editors) in recent years
Toggle Highlighting
SQL
SELECT DISTINCT (user_name) as top_collaborator FROM page LEFT JOIN revision ON revision.rev_page = page.page_id JOIN revision_actor_temp ON revactor_rev=rev_id JOIN actor ON revactor_actor=actor_id JOIN user ON user_id =actor_user WHERE actor_user !=0 AND page_namespace =0 AND NOT (user_name LIKE '%AWB%' OR user_name LIKE '%Bot%' OR user_name LIKE'%bot%' OR user_name ='CommonsDelinker') GROUP BY LEFT(rev_timestamp,4),page_title HAVING COUNT(DISTINCT user_name) > 9 ORDER BY num_edits DESC LIMIT 1000;
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...