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
GKFX
.
Country data template usage on enwiki.
Toggle Highlighting
SQL
SELECT tl_title, COUNT(*) as tcount, page_is_redirect FROM templatelinks WHERE tl_namespace = 10 INNER JOIN page ON tl_title = page_title AND page_title LIKE 'Country_data_AB%' AND page_namespace = 10 GROUP BY tl_title HAVING tcount > 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...