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
Magog the Ogre
.
Toggle Highlighting
SQL
SELECT p.page_title, cl.cl_to FROM commonswiki_p.page p INNER JOIN commonswiki_p.categorylinks cl ON p.page_id = cl.cl_from INNER JOIN commonswiki_p.page c ON cl.cl_to = c.page_title LEFT JOIN ( SELECT p.page_title AS title2, cl.cl_to AS cl_to2 FROM commonswiki_p.page p INNER JOIN commonswiki_p.categorylinks cl ON p.page_id = cl.cl_from INNER JOIN commonswiki_p.page c ON cl.cl_to = c.page_title INNER JOIN commonswiki_p.page_props pp ON c.page_id = pp.pp_page WHERE pp.pp_propname = 'hiddencat' AND c.page_namespace = 14 AND p.page_namespace = 6 AND p.page_title in ('Melpomene_Melodie_7.jpg') ) ON page_title = title2 AND cl_to = cl_to2 WHERE c.page_namespace = 14 AND p.page_namespace = 6 AND p.page_title in ('Melpomene_Melodie_7.jpg') LEFT JOIN
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...