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
Mpaa
.
Pages pointed by a redirect not in Category:Redirects_from_case_citations
Toggle Highlighting
SQL
SELECT page.page_title, redir.page_title FROM enwikisource_p.categorylinks catlink INNER JOIN enwikisource_p.page page ON page.page_id = catlink.cl_from INNER JOIN enwikisource_p.pagelinks pagelink ON page.page_title = pagelink.pl_title INNER JOIN enwikisource_p.page redir ON redir.page_id = pagelink.pl_from WHERE catlink.cl_to = 'United_States_Supreme_Court_decisions_in_Volume_551' AND redir.page_is_redirect = 1 GROUP BY catlink.cl_to, page.page_title, redir.page_title;
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...