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

SQL

AخA
 
select fapage.page_title as fatitle, fapage.page_id as page_id
from fawiki_p.categorylinks as facat
inner join fawiki_p.page as fapage
on facat.cl_from = fapage.page_id
where facat.cl_to = "افراد_زنده"
and facat.cl_from in (
    select facat2.cl_from
    from fawiki_p.categorylinks as facat2
    where facat2.cl_to like "%درگذشتگان%"
)
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...