SQL
AخA
-- Used to be 1234 on 2019-08
USE enwiki_p;
SELECT DISTINCT(page_title)
FROM externallinks
JOIN page
ON page_id = el_from
AND page_namespace = 0
WHERE el_index LIKE "http://com.elsevier.linkinghub./%"
OR el_index LIKE "https://com.elsevier.linkinghub./%";
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.