Fork of All TED, ja:Wikipedia by Pigsonthewing
This query is marked as a draft This query has been published by Pigsonthewing.

SQL

AخA
 
use plwiki_p;
SELECT page_title, el_to
FROM externallinks
join page on page_id=el_from and page_namespace=0
where el_to like "http://www.ted.com/%" or el_to like "https://www.ted.com/%" or el_to like "http://ted.com/%" or el_to like "https://ted.com/%"
order by page_title desc;
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...