Fork of Templates used more than 100 times in dewiki by Michael Schönitzer (WMDE)
This query is marked as a draft This query has been published by Michael Schönitzer (WMDE).

SQL

AخA
 
use dewiki_p;
SELECT pl_title, COUNT(*)
from page LEFT JOIN pagelinks
ON page_namespace = pl_namespace and page_title = pl_title
WHERE page_namespace = 10 and pl_from_namespace = 0
GROUP BY pl_title
HAVING COUNT(*) > 100
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.

Checking query status...