SQL
AخA
SELECT DISTINCT(page_title)
FROM page
JOIN externallinks ON page_id = el_from
WHERE page_namespace = 0
AND el_to_domain_index IN ("https://org.euromedmonitor.",
"http://org.euromedmonitor.",
"https://org.euromedmonitor.www.",
"http://org.euromedmonitor.www.",
"http://org.wearenotnumbers.www.",
"https://org.wearenotnumbers.www.")
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.