Fork of Links to https://www.marunadanmalayalee.com/ in mlwiki by Netha Hussain
This query is marked as a draft This query has been published by Netha Hussain.

SQL

x
 
USE enwiki_p;
SELECT p.page_id, p.page_title, e.el_id
FROM page p
JOIN externallinks e ON e.el_from = p.page_id
WHERE p.page_namespace = 0
AND e.el_id 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.

Checking query status...