SQL
AخA
SELECT P.page_title, P.page_len
FROM ukwiki_p.page P
JOIN ukwiki_p.revision R ON P.page_id=R.rev_page
JOIN ukwiki_p.revision_actor_temp RAT ON R.rev_id=RAT.revactor_rev
JOIN ukwiki_p.actor A ON RAT.revactor_actor=A.actor_id
WHERE P.page_namespace = 0
AND R.rev_parent_id = 0
AND A.actor_name="Tohaomg"
ORDER BY P.page_len DESC
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.