SQL
AخA
USE fawiki_p;
SELECT DISTINCT page_title
FROM revision join page
WHERE page_id=rev_page and page_namespace=0
and page_id IN (SELECT tl_from FROM templatelinks WHERE tl_title = "ابهام•زدایی")
and rev_comment LIKE '%منتقل کرد%'
and (SELECT DISTINCT pl_title,COUNT(pl_from) from pagelinks WHERE pl_namespace = 0 and pl_from_namespace=0 GROUP BY pl_title) AS x and x.pl_title=page_title LIMIT 100;
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.