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(pattern) as ( values ('Chinese_Cangjie%'), ('Chinese_four_corner%'), ('Chinese_Zhuyin%'), ('Chinese_radical%'), ('Chinese_total_strokes%'), ('Mandarin_Pinyin%'), ('Cantonese_Jyutping%') ) select pattern, page_namespace as namespace, count(*) as links_to_index from patterns join pagelinks on pl_namespace = 104 /* Index */ and pl_title like pattern join page on page_id = pl_from group by page_namespace, 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...