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, up_value, user_name, COUNT(MONTH FROM user_registration) AS month, COUNT(YEAR FROM user_registration) AS year, FROM user LEFT JOIN user_properties ON up_user = user_id WHERE user_registration >= -5 AND up_property = 'gender' GROUP BY EXTRACT(YEAR FROM user_registration), EXTRACT(MONTH FROM user_registration), up_value,user_name ORDER BY 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...