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
WITH user AS ( SELECT user_id, user_name, user_registration, up_property FROM user WHERE user_registration >= -5 SELECT MONTH(user.user_registration) AS month, YEAR(user.user_registration) AS year, COUNT(DISTINCT user.user_id) AS user_count, user.user_name, user_properties.up_property FROM user LEFT JOIN up_property ON user_id = user_properties.up_property GROUP BY YEAR(user.user_registration), MONTH(user.user_registration), user.user_name, up_property ORDER BY year, month;
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...