SQL
x
#select count(user_name),up_value from user,user_properties where up_property='gender' and user_id=up_user and user_editcount>=5 group by up_value;
#select count(user_name),up_value from user,user_properties where up_property='gender' and user_id=up_user group by up_value;
select count(1) from user where user_editcount>=5;
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.