SQL
AخA
SELECT page_title, actor_name
FROM page
JOIN revision ON rev_page = page_id AND rev_parent_id = 0
JOIN actor_revision ON rev_actor = actor_id
where page_title like "Lingua_Libre_pronunciation%"
and page_namespace = 14
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.