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
Joe Roe
.
Lists all articles that are tagged as of interest to WikiProject Archaeology, excluding redirects, along with associated WikiData item and information on project quality/importance assessment.
Toggle Highlighting
SQL
USE enwiki_p; SELECT DISTINCT article.page_id, article.page_title FROM page talk INNER JOIN article ON talk.page_title = article.page_title INNER JOIN categorylinks ON cl_from = talk.page_id WHERE cl_to = "Women in archaeology articles" ORDER BY page.page_title DESC;
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...