Fork of Liste des 'external links' depuis une page by Lascapi
This query is marked as a draft This query has been published by Lascapi.

SQL

AخA
 
use wikidatawiki_p;
SELECT p.page_title
from page p
JOIN page_props as pp ON pp.pp_page = p.page_id AND pp.pp_propname = 'wikibase_item'
JOIN wikidatawiki_p.page as wdp ON wdp.page_title = pp.pp_value AND wdp.page_namespace = 0
JOIN wikidatawiki_p.pagelinks wdpl ON wdpl.pl_from = wdp.page_id AND wdpl.pl_title = 'P373'
            AND wdpl.pl_namespace = 120
WHERE p.page_namespace = 0 AND not exists (select *
                                           from iwlinks
                                           where iwl_prefix='commons' and iwl_from=p.page_id)
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...