I have in my table a column that has values of type FLOAT. How can I get average value of all elements in this column?
select avg(column) from table;