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
Wurgl
.
Seiten mit einem Blaulink, bei dem ein Klick auf diesen über den Umweg einer Weiterleitung auf die Ausgangsseite führt.
Toggle Highlighting
SQL
use dewiki_p; select page1.page_title, page2.page_title as "Verlinkt via Weiterleitung auf sich selbst" from page as page1, pagelinks as pl1, page as page2, pagelinks as pl2 where pl1.pl_from = page1.page_id and page2.page_title = pl1.pl_title and page2.page_namespace = pl1.pl_namespace and page2.page_id = pl2.pl_from and pl2.pl_title = page1.page_title and pl2.pl_namespace = page1.page_namespace and page2.page_is_redirect = 1 and page1.page_is_redirect = 0 and page1.page_namespace = 0 and page2.page_namespace = 0;
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...