This query is marked as a draft This query has been published by Jan Ainali (WMSE).

SQL

x
 
SELECT count(user_name) AS Män, (SELECT count(user_name) FROM svwiki_p.user
JOIN svwiki_p.user_properties ON up_user = user_id
WHERE up_property = 'gender' AND up_value = 'female') AS Kvinnor
FROM svwiki_p.user
JOIN svwiki_p.user_properties ON up_user = user_id
WHERE up_property = 'gender' AND up_value = 'male'
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...