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
Tpt
.
Toggle Highlighting
SQL
Use enwiki_p; SELECT from_page.title AS from_title, to_page.title AS to_title FROM categorylinks, page AS from_page, page AS to_page LEFT JOIN page_props ON pp_page = to_page.page_id AND pp_propname = 'hiddencat' WHERE from_page.page_id = cl_from AND from_page.title IN (0, 14) AND to_page.page_title = cl_to AND to_page.page_namespace = 14 AND pp_value is NULL 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...