SQL
AخA
SELECT page_title, el_to_domain_index, el_to_path
FROM page
JOIN externallinks ON el_from = page_id
WHERE page_is_redirect = 0
AND page_namespace = 0
AND el_to_domain_index IN ("https://org.archive.web.","http://org.archive.web")
AND el_to_path LIKE "%resolver.kb.nl%"
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.