SQL
AخA
USE commonswiki_p;
SELECT DISTINCT Concat('File:', page_title)
FROM externallinks INNER JOIN page ON page_id = el_from
WHERE page_namespace = 6 AND el_to LIKE 'http://youtu.be/%';
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.