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

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
inner join recentchanges rc on rc.rc_page = 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
order by rc.rc_id desc
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...