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(up_user) AS 'all sysops with specified preferences', SUM(up_gender='female') AS female, SUM(up_gender='male') AS male, SUM(up_gender='unknown') AS unknown, concat(round(SUM(up_gender='female') * 100 / count(*), 1), "%") as "female %", concat(round(SUM(up_gender='male') * 100 / count(*), 1), "%") as "male %", concat(round(SUM(up_gender='unknown') * 100 / count(*), 1), "%") as "unknown %" FROM user_properties INNER JOIN user_groups ON up_user=ug_user WHERE ug_group='sysop'
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...