Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
enwiki:List pages in a cat with kuwiki interwikis
by
Balyozxane
This query is marked as a draft
This query has been published
by
Balyozxane
.
Toggle Highlighting
SQL
SELECT page.page_title AS en_page_title FROM page INNER JOIN langlinks AS ll ON ll.ll_from = page.page_id AND ll.ll_lang = 'ku' INNER JOIN categorylinks AS cl ON cl.cl_from = page.page_id WHERE page.page_namespace IN (0,10) AND cl.cl_to = 'Member_states_of_the_United_Nations' GROUP BY en_page_title ORDER BY en_page_title;
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...