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 - contributors
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Active collaborated discussion pages for a specifc year with year contributions (>2 loggedin non bot, awb editors) in specified year in article talk and wikipedia talk space, which are generally more active than others.
Toggle Highlighting
SQL
SELECT user_name, page_title, COUNT(*) as edits FROM user JOIN actor ON user_id =actor_user JOIN revision_actor_temp ON revactor_actor=actor_id JOIN revision ON revactor_rev=rev_id JOIN page on revision.rev_page = page.page_id Where LEFT(rev_timestamp,4)="2021" AND actor_user !=0 AND (page_namespace =1 OR page_namespace= 5) AND NOT (user_name LIKE '%AWB%' OR user_name LIKE '%Bot%' OR user_name LIKE'%bot%' OR user_name ='CommonsDelinker') GROUP BY user_name,page_title HAVING COUNT(user_name) > 9 AND COUNT(page_title) > 1 ORDER BY 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...