Fork of Untitled query #25841 by Yamaha5
This query is marked as a draft This query has been published by Yamaha5.

SQL

AخA
 
USE enwiki_p;SELECT 
         /* SLOW_OK */ 
         ll_title, 
         page_namespace 
FROM     page 
JOIN     categorylinks 
JOIN     langlinks on cl_to = "Women's_suffrage_in_Australia"
where      cl_from=page_id 
AND      page_id =ll_from 
AND      ll_lang = "fa" 
GROUP BY ll_title ;
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.

This query has never yet been executed