sql - SQLite - how to get average value? -


I have a column in my column that has the value of Type Floyet. How do I get the average value of all the elements in this column Can i do

  select average (column name) from the table;  

This will be the average of all rows to average a subset, use a where section is average for each group (of some) a Use by group section.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -