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

SQL

AخA
 
SELECT talkpage.page_title
FROM page talkpage
INNER JOIN categorylinks cat1 ON cat1.cl_from = talkpage.page_id
INNER JOIN categorylinks cat2 ON cat2.cl_from = talkpage.page_id
INNER JOIN pagelinks ON pagelinks.pl_title = talkpage.page_title
INNER JOIN page sourcemainpage ON sourcemainpage.page_id = pagelinks.pl_from
WHERE cat1.cl_to = "WikiProject_Biography_articles"
AND cat2.cl_to = "Stub-Class_football_articles"
AND talkpage.page_namespace = 1
AND pagelinks.pl_namespace = 0
AND pagelinks.pl_from_namespace = 0
AND sourcemainpage.page_title = "List_of_Peruvian_films"
AND sourcemainpage.page_namespace = 0
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...