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

SQL

AخA
 
SELECT tl_title, COUNT(tl_from) AS transclusions FROM templatelinks WHERE tl_namespace = 10 AND tl_from_namespace = 0 GROUP BY tl_title HAVING transclusions > 1000 ORDER BY transclusions DESC, tl_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...