Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Articles in both a mother and a daughter category
by
VRook (WMF)
This query is marked as a draft
This query has been published
by
VRook (WMF)
.
Toggle Highlighting
SQL
SELECT p1.page_title, cl1.cl_to, cl2.cl_to as cl2 FROM page p1 -- article JOIN categorylinks cl1 -- daughter ON p1.page_id = cl1.cl_from JOIN categorylinks cl2 -- mother ON p1.page_id = cl2.cl_from JOIN page p2 -- daughter cat page ON cl1.cl_to = p2.page_title AND p2.page_namespace = 14 JOIN categorylinks cl3 ON p2.page_id = cl3.cl_from and cl3.cl_to = cl2.cl_to WHERE p1.page_namespace = 0 AND p1.page_id = 3492295
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...