Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Edits of Pages of a main category's depth2 subcategories
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Year wise edits of pages in category with depth of 2 subcategories
Toggle Highlighting
SQL
use tewiki_p; SELECT DISTINCT page_title from page WHERE page_title in ( SELECT page_title from page JOIN categorylinks cl ON page_namespace = 0 -- main page AND cl.cl_from = page_id AND cl.cl_to in ( SELECT page_title 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 in ( SELECT page_title 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. ) ) ) ORDER BY page_title LIMIT 100;
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...