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
Udo T.
.
Für das de.wiktionary in allen Einträgen (NS=0) alle Verlinkungen zu duden.de abfragen. Das Ergebnis als CSV herunterladen (entspricht dann txt) und die 1. Zeile löschen. Weiteres Vorgehen siehe https://de.wiktionary.org/wiki/Benutzer_Diskussion:UT-Bot/Duden-Link-Check#Dokumentation
Toggle Highlighting
SQL
select /* SLOW_OK */ concat("[[", convert(p.page_title, char(255)), "]] —> ", concat(replace(el.el_to_domain_index, '//de.duden.www.', '//www.duden.de')),el.el_to_path) from externallinks el, page p where el.el_from = p.page_id and el.el_to_domain_index like 'https://de.duden.www.%' and el.el_to_path like '/rechtschreibung/%' and p.page_namespace = 0 /*and p.page_title > 'Ra'*/ /* falls mal ab einer bestimmten Stelle gesucht werden soll*/ order by p.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...