SQL
x
/*
select user_id, user_name from user join user_properties
on user_id = up_user
where up_property = 'gender'
and up_value = 'female'
limit 100
*/
select * from revision_userindex where rev_actor = '231' order by rev_timestamp d3sc 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.