Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
ROdonnell-WMF
.
Toggle Highlighting
SQL
SELECT lt_namespace, lt_title, COUNT(*) AS `count` FROM templatelinks INNER JOIN linktarget ON tl_target_id=lt_id RIGHT JOIN page pf ON tl_from=page_id WHERE NOT EXISTS (SELECT * FROM page_restrictions WHERE tl_from=pr_page AND pr_cascade=1) AND #NOT EXISTS (SELECT * FROM categorylinks WHERE cl_from=tl_from AND cl_to REGEXP '^Wikipedia:Verwijderbaar/') GROUP BY lt_title 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
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...