This query is marked as a draft This query has been published by Nemo bis.

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.

Checking query status...