SQL
AخA
USE enwiki_p;
SELECT /* SLOW_OK */ ll_title,page_namespace FROM page JOIN categorylinks JOIN langlinks WHERE cl_to = "1537_by_country" AND 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.