SQL
AخA
use eswiki_p;
SELECT * from revision
inner join actor on rev_actor = actor_id
where actor_user is null
and (INET_ATON(actor_name) = INET_ATON('181.30.1.32/28')
or INET_ATON(actor_name) = INET_ATON('200.69.138.112/28')
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.