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

SQL

AخA
 
use frwiki_p;
select page_title, page_namespace
from page p inner join externallinks el on p.page_id = el.el_from
where el.el_to like 'http://www.unifrance.org/film/%'
and page_namespace = 0
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...