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
Base
.
Toggle Highlighting
SQL
use ukwiki_p; select count(user_name) as users50, count(case when user_editcount >= 100 then 1 else null end) as users100, count(case when user_editcount >= 500 then 1 else null end) as users500, count(case when user_editcount >= 1000 then 1 else null end) as users1000, count(case when user_editcount >= 5000 then 1 else null end) as users5000 coalesce(year(user_registration), 0) as year from user where user_editcount >= 50 group by year order by year asc;
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...