Fork of Average edit summary length for selected editors of Czech Wikipedia by Blahma
This query is marked as a draft This query has been published by Blahma.

SQL

x
 
use cswikisource_p;
select avg(length(rev_comment)) as avglen, count(rev_comment) as summaries, user_name from revision join user on rev_user = user_id where user_name in ('Blahma', 'Martin Urbanec', 'Limojoe', 'Frettie', 'Bazi', 'Muselsom', 'Martin Kotačka', 'Dominikmatus', 'Nesnera', 'Harold', 'Ben Skála', 'BíláVrána', 'Jirr', 'DavidSchuller', 'Horst', 'Mormegil', 'Zirland', 'Skim') group by rev_user order by avglen desc;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.

Checking query status...