Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
15
.
Toggle Highlighting
SQL
SELECT COUNT(*) AS 'editors with non-default', SUM(up_value='female' AND up_property='gender') AS female, SUM(up_value='male' AND up_property='gender') AS male, concat(round(SUM(up_value='female' AND up_property='gender') * 100 / count(*), 1), "%") as "female %", concat(round(SUM(up_value='male' AND up_property='gender') * 100 / count(*), 1), "%") as "male %" FROM user_properties INNER JOIN user_groups ON up_user=ug_user WHERE up_property='gender'
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...