SQL
AخA
SELECT page_title
FROM page
INNER JOIN categorylinks ON cl_from = page_id
INNER JOIN page_props ON pp_page = page_id
WHERE cl_to = "Contributors_to_DMM"
AND lt_namespace = 102
WHERE 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.