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

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.

Checking query status...