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

SQL

AخA
 
SELECT page_title, pp_value
FROM page
INNER JOIN page_props ON pp_page = page_id
WHERE page_title IN ("Elizabeth_Griffith", "Pernette_Du_Guillet", "Catherine_Blake_(disambiguation)")
AND page_namespace = 0
AND pp_propname = "wikibase_item"
AND page_id NOT IN (
  SELECT pp_page FROM page_props WHERE pp_propname = "disambiguation"
)
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...