SQL
AخA
SELECT page_title, CONCAT('https://portal.dnb.de', el_to_path) as "korrigierter Link"
FROM externallinks, page
WHERE el_to_domain_index LIKE 'https://de.d-nb.portal.%'
AND el_from = page_id
AND 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.
All SQL code is licensed under CC0 License.