Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Pages of a main category's direct subcategories
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Find pages in a upper level category , Examples villages in a district, with sub category of mandal
Toggle Highlighting
SQL
use tewiki_p; SELECT CONCAT("[[",page_title,"]]") as page, cl_to as category FROM page p JOIN categorylinks cl ON p.page_namespace = 0 -- main page AND cl.cl_from = p.page_id AND cl.cl_to in ( SELECT page_title as subcat FROM page p JOIN categorylinks cl ON p.page_namespace = 14 -- Optional namespace check. 14 - categories, 6 - files AND cl.cl_from = p.page_id AND cl.cl_to = "వికీప్రాజెక్టులు" -- Insert your category here. );
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...