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

SQL

AخA
 
SELECT DISTINCT(page_title)
FROM page
JOIN categorylinks ON cl_from = page_id AS cl1
JOIN categorylinks ON cl_from = page_id AS cl2
WHERE cl1.cl_to LIKE "%Polish%"
AND (cl2.cl_to = "1940 births"
    OR cl2.cl_to = "1941 births"
    OR cl2.cl_to = "1942 births"
    OR cl2.cl_to = "1943 births"
     OR cl2.cl_to = "1944 births")
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...