Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
enwiki: Revisions to WikiProject Archaeology articles
by
Joe Roe
This query is marked as a draft
This query has been published
by
Joe Roe
.
Lists unique actors (registered users and IPs) that have made edits to articles tagged as of interest to WikiProject Archaeology (excluding redirects).
Toggle Highlighting
SQL
USE enwiki_p; /* -- pa_project_id for WikiProject Archaeology: SELECT pap_project_id FROM page_assessments_projects WHERE pap_project_title = "Archaeology"); -- 406 */ SELECT actor.actor_id, actor.actor_name, user.user_id, user.user_name, user.user_real_name, user.user_touched, user.user_editcount FROM actor LEFT JOIN user ON user.user_id = actor.actor_user WHERE actor.actor_id IN ( SELECT DISTINCT rev_actor FROM revision WHERE rev_page IN ( SELECT page.page_id FROM page_assessments AS ass INNER JOIN page ON page.page_id = ass.pa_page_id WHERE ass.pa_project_id = 406 AND page.page_namespace = 0 AND page.page_is_redirect = 0 ) );
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...