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

SQL

AخA
 
SELECT page_namespace AS ans, page_title AS article, pl_namespace AS rns, pl_title AS redlink
FROM categorylinks
JOIN pagelinks ON pl_from = cl_from AND NOT EXISTS (SELECT 1 FROM page WHERE page_title = pl_title AND page_namespace = pl_namespace)
JOIN page ON page_id = cl_from
WHERE cl_to = "Canada_at_the_Summer_Olympics_by_year"
ORDER BY article, redlink
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...