This query is marked as a draft This query has been published by Nettrom.

SQL

x
 
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';
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...