SQL
x
use frwiki_p;
SELECT c.page_title, cl2.cl_from, cl1.cl_to
FROM categorylinks cl2
JOIN page c ON cl2.cl_to = c.page_title
JOIN categorylinks cl1 ON cl1.cl_from = c.page_id
WHERE cl2.cl_from = 4169656 and cl1.cl_to = "District_français_de_1790_à_1795"
LIMIT 1000;
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.