SQL
x
select user_id, user_name, actor_id from user join user_properties join actor
on user_id = up_user
and user_id = actor_user
where up_property = 'gender'
and up_value = 'female'
limit 100;
select * from revision_userindex where rev_actor = '231' order by rev_timestamp desc limit 10;
select * from actor where actor_name = 'IKhitron' 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.