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 page_title,ll_title
FROM page
INNER JOIN langlinks ON page_id = ll_from
WHERE page_namespace = 14
AND ll_lang = 'fa'
and page_title='Australian_suffragists'
GROUP BY page_id;
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.