Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Bdijkstra
.
for splitting up large categories into subdivisions
Toggle Highlighting
SQL
SELECT cat_title, ap.* FROM categorylinks pc, page pp, category, categorylinks ac, page ap WHERE pc.cl_to='Plaats_in_Indonesiƫ' AND pc.cl_from=pp.page_id AND pp.page_namespace=14 AND pp.page_title REGEXP '^Plaats_in_' AND cat_title=pp.page_title AND cat_pages>400 AND ac.cl_to=cat_title AND ac.cl_from=ap.page_id AND ap.page_namespace=0 LIMIT 10
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...