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
Tulspal
.
Toggle Highlighting
SQL
SELECT user_id, user_name, up_value AS gender, COUNT(r.rev_id) AS revision_count, substr(rev_timestamp,1,4) as year FROM user AS u LEFT JOIN user_properties AS up ON u.user_id = up.up_user LEFT JOIN revision AS r ON u.user_id = r.rev_id WHERE YEAR(u.user_registration) BETWEEN 2019 AND 2024 GROUP BY up_value ORDER BY substr(rev_timestamp,1,4) as year;
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...