SQL
AخA
select distinct ar_title,user_editcount from archive
join actor_archive on actor_name=ar_title
join user on user_id=actor_user
where user_editcount > 200
and not exists (select 1 from ipblocks where ipb_user=user_id)
and (select count(*) from archive ar2 where ar2.ar_namespace=3 and ar2.ar_title=actor_name) > 25
and ar_namespace=3
-- and exists (select * from logging_logindex where log_type="delete" and log_namespace=ar_namespace
-- and log_title=ar_title and log_timestamp>"20100101010101")
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.