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 index_title_pattern, 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;
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...