SQL
AخA
select rev_id, (select page_title from page where page_id=rev_page) from revision_userindex r
where rev_actor=(select actor_id from actor_revision where actor_name="Mean as custard")
and (select x.rev_len from revision x where x.rev_id=r.rev_parent_id) > (rev_len + 2000)
limit 10;
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.