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
Post a Comment