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
Jmorgan (WMF)
.
Last run September 28, 2016 How many guest profiles per month, on average?
Toggle Highlighting
SQL
use p50380g50728__hostbot_p; select avg(profiles) as profiles_per_month from ( select count(rev_id) as profiles, YEAR(post_date) as `year`, MONTH(post_date) as `month` from th_up_profiles group by YEAR(post_date), MONTH(post_date) order by YEAR(post_date) asc, MONTH(post_date) asc ) as tmp;
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...