SQL
AخA
USE cswiki_p;
SELECT user_name, user_editcount FROM user WHERE user_id IN (SELECT up_user FROM user_properties WHERE up_property = 'gender' AND up_value = 'female') ORDER BY user_editcount DESC, user_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.