SQL
AخA
SELECT page.page_title, page_props.pp_value
FROM categorylinks
INNER JOIN page ON categorylinks.cl_from = page.page_id
INNER JOIN page_props ON page_props.pp_page = page.page_id
AND categorylinks.cl_to = "Pages_using_authority_control_with_parameters"
AND page_props.pp_propname = "wikibase_item"
AND page.page_namespace = 0
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.