SQL
AخA
USE fawiki_p;
SELECT CONCAT ('# [[',REPLACE(pl_title,'_',' '),']]')
FROM pagelinks
WHERE pl_from = 4092254 # ویکی•پدیا:ویکی•پروژه تقسیمات کشوری ایران/فاز دوم/تقسیمات کشوری ۱۳۹۵
AND pl_title IN (
SELECT page_title
FROM page_props JOIN page ON page_id = pp_page
WHERE pp_propname = 'disambiguation'
)
ORDER BY pl_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.