SQL
x
select actor_name,sum(rev_len) from page,revision,actor
where
rev_page=page_id
and actor_id=rev_actor
and page_title in ("అల్లూరి_సీతారామరాజు")
and page_namespace=0
group by rev_actor
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.