This query is marked as a draft This query has been published by Chaduvari.

SQL

AخA
 
select actor_name from actor,user
where 
 user_id=actor_user
and actor_name not like "%Bot%"
and actor_name not like "%bot%"
and actor_name not like "%Awb%"
and actor_name not like "%AWB%"
and actor_name not like "%>%"
/* and rev1.rev_actor in (select rev_actor from revision,actor
where actor_id=rev_actor
and substr(rev_timestamp,1,6) >= "202306"
group by rev_actor
--                       having count(rev_actor)>0
                      )*/
and actor_id not in (select rev_actor from revision where rev_timestamp >=20240000000000)
and user_editcount>=500
order by actor_name
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.

Checking query status...