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
Tjmj
.
Toggle Highlighting
SQL
SELECT p.page_title, cl.cl_to, hc.pp_propname FROM page p INNER JOIN categorylinks cl ON p.page_id = cl.cl_from LEFT JOIN ( -- 11k SELECT p2.page_title, pp.pp_propname FROM page_props pp LEFT JOIN page p2 ON (p2.page_id = pp.pp_page) WHERE pp.pp_propname = 'hiddencat' ) hc ON cl.cl_to = hc.page_title WHERE page_namespace = 14 -- 400k LIMIT 100
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...