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
RoJan94
.
Toggle Highlighting
SQL
/*select * from categorylinks where cl_from = 780754*/ select c1.cl_to from categorylinks c1 join (select page_id from page p1 join (select cl_to from categorylinks where cl_from = 12) t1 on p1.page_title = t1.cl_to where p1.page_namespace = 14 order by p1.page_title limit 1) t2 on c1.cl_from = t2.page_id order by cl_to
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...