Fork of gender nums by Base
This query is marked as a draft This query has been published by Geraki.

SQL

AخA
 
select  up_property, up_value, count(up_value) as num
from elwiki_p.user_properties ps
join elwiki_p.user us
on ps.up_user = us.user_id
where ps.up_property = 'gender'
group by up_value;
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.

Checking query status...