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 with ext link
by
Arjunaraoc
This query is marked as a draft
This query has been published
by
Arjunaraoc
.
Find total number of pages in a category with pattern
Toggle Highlighting
SQL
SELECT REPLACE(page_title,"_"," ") as pagename, 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 LIKE "%తెలుగు_సినిమాలు" AND LEFT(cl.cl_to,4) < "1962" ORDER BY cl_to ASC LIMIT 10000
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...