SQL
x
use frwiki_p;
select page_namespace, page_title, el_to, el_id
from externallinks, page
where el_from = page_id
and el_to like '%loutre%' ;
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.
Query status: complete
Executed on Thu, 22 Mar 2018 21:11:09 UTC.