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
select page_title as title, /* page_namespace as ns, */ cl_to as category, cl_sortkey_prefix like '%:%' as contains_colon, cl_sortkey_prefix as sortkey_prefix, cl_sortkey as sortkey from (select cl_from, cl_to, cl_sortkey_prefix, cl_sortkey from categorylinks where cl_to like '%_list_templates' and cl_to not in ('Swadesh_list_templates') -- limit 1000 ) as categorylinks join page on page_id = cl_from;
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...