https://dl.dropboxusercontent.com/u/...013.sqlite.zip
Consiglio:
codice:select username, sum(length(content)) as totlength, count(id) as postsnumber, (sum(length(content))/count(id)) as meanlength from posts group by username order by totlength desc