SQL
AخA
USE fawiki_p;
SELECT pl_title,COUNT(pl_from)
FROM pagelinks JOIN page
WHERE pl_title LIKE "%جعبه_کاربر%"
AND pl_namespace = 2
AND pl_from_namespace=2
GROUP BY pl_title
ORDER BY COUNT(pl_from) DESC;
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.