Fork of
TED talk links, it:Wikipedia
by Pigsonthewing
This query is marked as a draft
This query has been published
by Diego (WMF).
SQL
AخA
use itwiki_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/talks/%" or el_to like
"https://www.ted.com/talks/%" or el_to like "http://ted.com/talks/%" or
el_to like "https://ted.com/talks/%"
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.