SQL
AخA
select page_title from page
join revision on page.page_latest=revision.rev_id
join slots on revision.rev_id=slots.slot_revision_id
join content on content.content_id=slots.slot_content_id
join pagecontent on pagecontent.old_id=content.content_address
limit 1
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.