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 LEFT JOIN (SELECT ug_user FROM user_groups WHERE ug_group='bot') as ug ON ug_user=user_id LEFT JOIN (select ufg_user FROM user_former_groups WHERE ufg_group='bot') as ufg ON ufg_user=user_id WHERE ufg_user IS NULL AND ug_user IS NULL GROUP BY log10_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...