SQL
AخA
SELECT page_title, actor_name AS page_creator
FROM revision_userindex
JOIN page ON page_id = rev_page
JOIN actor_revision ON actor_id = rev_actor
WHERE rev_page IN (66411662)
ORDER BY rev_id ASC
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.