SQL
AخA
USE zhwiki_p;
SELECT
tl_namespace,
tl_title,
COUNT(*) AS `cnt`
FROM templatelinks
WHERE tl_namespace IN (10, 828)
GROUP BY tl_title
HAVING `cnt` >= 500
ORDER BY COUNT(*) 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.