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
Harej
.
Goes through the categories tagged by WikiProject Women Scientists, finds articles and categories not tagged by WikiProject Women Scientists.
Toggle Highlighting
SQL
use enwiki_p; select distinct page.page_namespace,page.page_title from page join categorylinks on categorylinks.cl_from = page.page_id where page_namespace in (0, 14) # main namespace and category namespace and cl_to in ( select page.page_title from page join categorylinks on categorylinks.cl_from = page.page_id where page_namespace = 15 and cl_to = "Category-Class_Women_scientists_articles") and page_title not in ( select distinct page.page_title from page join categorylinks on categorylinks.cl_from = page.page_id where page_namespace in (1, 15) # talk namespace and category_talk namespace and cl_to in ("A-Class_Women_scientists_articles", "B-Class_Women_scientists_articles", "C-Class_Women_scientists_articles", "Disambig-Class_Women_scientists_articles", "FL-Class_Women_scientists_articles", "GA-Class_Women_scientists_articles", "List-Class_Women_scientists_articles", "Start-Class_Women_scientists_articles", "Stub-Class_Women_scientists_articles", "Unassessed_Women_scientists_articles"));
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...