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

SQL

AخA
 
select  concat('https://enwp.org/File:',img_name) as File
from    image img
        left join
        imagelinks il
        on img.img_name = il.il_to
where   il.il_to is NULL
;
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...