SQL
AخA
use eswiki_p;
SELECT clparent.cl_to, clchild.cl_to
FROM categorylinks clparent
inner join page pparent on clparent.cl_from = pparent.page_id
inner join categorylinks clchild on clchild.cl_to = pparent.page_title
WHERE clparent.cl_to = 'Políticos_de_Chile_por_partido'
and clparent.cl_type = 'subcat'
and clchild.cl_type = 'page'
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.