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 source.page_title AS "Artikel", pl_title AS "ROTLINK", blaulink.page_title AS "möglicher ERSATZ" FROM page as source, page AS blaulink, pagelinks LEFT JOIN page as rotlink ON rotlink.page_title = pl_title AND rotlink.page_namespace = 0 WHERE pl_title like "%(Fussballspieler)" AND pl_from_namespace = 0 AND rotlink.page_id IS NULL AND blaulink.page_namespace = 0 AND blaulink.page_title like CONCAT(SUBSTR(pl_title, 0, LENGTH(pl_title) - 1), ',%') AND source.page_id = pl_from 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...