SQL
AخA
USE enwiki_p;
SELECT p.page_id, p.page_title, e.el_url
FROM page p
JOIN externallinks e ON e.el_from = p.page_id
WHERE p.page_namespace = 0
AND e.el_url LIKE '%obirthright.org%'
ORDER BY p.page_id DESC
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.
All SQL code is licensed under CC0 License.