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
.
Year wise edits of pages in category with depth of 2 subcategories
Toggle Highlighting
SQL
use tewiki_p; SELECT page_title, rev_timestamp -- LEFT(rev_timestamp,4) as year from page JOIN revision on rev_id=page_id and page_namespace=0 /* WHERE page_namespace=0 AND 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 1000;
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...