SQL
AخA
SELECT COUNT(*) AS total,
FLOOR(user_registration/100000000) AS month
FROM enwiki_p.user
JOIN enwiki_p.user_properties ON up_user = user_id
WHERE up_property = 'gender' AND up_value = 'female'
GROUP BY month;
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.