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
Erutuon
.
Toggle Highlighting
SQL
with patterns(index_title_pattern) as ( values ('Chinese\_Cangjie%'), ('Chinese\_four\_corner%'), ('Chinese\_Zhuyin%'), ('Chinese\_radical%'), ('Chinese\_total\_strokes%'), ('Mandarin_Pinyin%'), ('Cantonese\_Jyutping%') ) select replace(replace(index_title_pattern, '\_', ' '), '%', '') as index_prefix, page_namespace as link_from_namespace, count(*) as link_count from patterns join pagelinks on pl_namespace = 104 /* Index */ and pl_title like index_title_pattern join page on page_id = pl_from group by page_namespace, index_title_pattern order by link_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...