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
Nettrom
.
Which articles are in the list of all disambiguation pages and have a talk page tagged by WikiProject Medicine?
Toggle Highlighting
SQL
USE enwiki_p; SELECT talk.page_id, talk.page_title FROM categorylinks d_cat JOIN page art ON d_cat.cl_from=art.page_id JOIN page talk ON art.page_title=talk.page_title JOIN categorylinks m_cat ON m_cat.cl_from=talk.page_id WHERE d_cat.cl_to='All_disambiguation_pages' AND art.page_namespace=0 AND talk.page_namespace=1 AND m_cat.cl_to='All_WikiProject_Medicine_articles' LIMIT 5;
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...