SQL
AخA
SELECT pl_title, GROUP_CONCAT(ll_lang)
FROM pagelinks, page LEFT JOIN langlinks ON ll_from=page_id
WHERE
pl_from=5683360 AND # gebruiker:bdijkstra/Plaatsen in Indonesië zonder regentschap of stadsgemeente
page_namespace=pl_namespace AND page_title=pl_title
GROUP BY pl_title
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.