Fork of
CIA World Factbook urls
by とある白い猫
This query is marked as a draft
This query has been published
by とある白い猫.
SQL
AخA
USE enwiki_p;
SELECT DISTINCT CONCAT('[[{{ns:', page_namespace, '}}:', page_title, ']]')
FROM externallinks INNER JOIN page ON page_id = el_from
WHERE el_to LIKE 'https://www.cia.gov/cia/publications/factbook/%' OR el_to LIKE 'http://www.cia.gov/cia/publications/factbook/%';
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.