SQL
AخA
use eswiki_p;
SELECT distinct clp.cl_from, page_title
from categorylinks clp
inner join page on clp.cl_from = page_id
inner join categorylinks clv on clv.cl_from = page_id
WHERE clp.cl_to in ('Políticos_de_Chile', 'Políticas_de_Chile')
and clv.cl_to = 'Personas_vivas'
and 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.