SQL
AخA
SELECT
p.page_title,
p.page_namespace,
pp.pp_value
FROM
page p JOIN page_props pp ON p.page_id=pp.pp_page
WHERE
p.page_namespace IN (1, 2, 3, 5, 7, 9, 11, 13, 15, 101, 118, 119, 829, 2300, 2301, 2302, 2303, 2600, -1, -2)
AND pp.pp_propname='wikibase_item';
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.