Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
Fork of
Editors by Gender and Unspecified Category (2020-2024)
by
Tulspal
This query is marked as a draft
This query has been published
by
KCVelaga
.
Toggle Highlighting
SQL
SELECT YEAR(user_registration) AS year, CASE WHEN up_property = 'gender' THEN up_value ELSE 'unknown' END AS gender, COUNT(DISTINCT user_id) AS user_count FROM user LEFT JOIN user_properties ON user_id = up_user WHERE user_editcount >= 5 AND YEAR(user_registration) IS NOT NULL GROUP BY gender, YEAR(user_registration);
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...