SQL
AخA
USE enwiki_p;
SELECT DISTINCT(SUBSTRING_INDEX(el_to, "/", 3)) AS domain
FROM externallinks
WHERE el_to LIKE "http://www.sciencedirect.com%"
AND el_index NOT LIKE "http://com.sciencedirect.www%"
LIMIT 1000;
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.