This query is marked as a draft This query has been published by Pyb en résidence.

SQL

x
 
use enwiki_p;
select
    el_from,
        page_title,
    el_to_domain_index
    from
    externallinks,
    page
where
    el_to_domain_index like '%com.nytimes.www%' and
    el_from = page_id and
    page_namespace = 0
    limit 1000000;
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...