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
.
Toggle Highlighting
SQL
USE dewiki_p; SELECT Quelle.page_title, pl_title, Blaulink.page_title FROM pagelinks LEFT JOIN page AS Rotlink ON Rotlink.page_title = pl_title AND Rotlink.page_namespace = pl_namespace AND Rotlink.page_namespace = 0, page as Blaulink, page as Quelle WHERE pl_from_namespace = 0 AND Rotlink.page_id IS NULL AND pl_title < "0" AND LOWER(CONVERT(pl_title USING utf8)) = LOWER(CONVERT(Blaulink.page_title USING utf8)) AND Blaulink.page_namespace = pl_namespace AND Blaulink.page_namespace = 0 AND pl_from = Quelle.page_id 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...