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
Ilya
.
Toggle Highlighting
SQL
USE enwiki_p; SET SESSION group_concat_max_len = 10000; SELECT CONCAT('[[:en:Template:', page_title, '|', ']]'), count(1) as links FROM page JOIN langlinks ON ll_from = page_id WHERE page_namespace = 10 GROUP BY page_id HAVING links > 10 AND max(CASE ll_lang WHEN 'uk' THEN 1 ELSE 0 END) = 0 ORDER BY links DESC LIMIT 1000
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...