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

SQL

AخA
 
use lvw-iki_p;
SELECT p.page_title, group_concat(wdpl.pl_title)
FROM page as p
JOIN externallinks as enel on enel.el_from = p.page_id
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
LEFT JOIN wikidatawiki_p.pagelinks wdpl ON wdpl.pl_from = wdp.page_id AND wdpl.pl_title in ('P1982','P1983','P1984','P1985')
            AND wdpl.pl_namespace = 120
WHERE p.page_namespace = 0 and el_index like "https://com.animenewsnetwork.www./encyclopedia/%"
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...