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
Zache
.
Toggle Highlighting
SQL
use fiwiki_p; select SUM(1) AS number_of_users, MIN(user_editcount) AS min_editcount, MAX(user_editcount) AS max_editcount, FLOOR(AVG(user_editcount)) AS avg_editcount, FLOOR(LOG10(user_editcount)) AS log10_editcount from user group by log10_user_editcount;
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...