Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
ruwiki: Transclusion count of pages in a category
by
Jack who built the house
This query is marked as a draft
This query has been published
by
Jack who built the house
.
Toggle Highlighting
SQL
use ruwiki_p; select page.page_namespace, page.page_title, count(*) from categorylinks join page on page.page_id = categorylinks.cl_from join templatelinks on templatelinks.tl_title = page.page_title and templatelinks.tl_namespace = page.page_namespace where categorylinks.cl_to = "Шаблоны:Предупреждения" and cl_type = "page" group by page.page_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...