I have a table with a column of floats. All the time that I need a median (or first quartile, for example) I have to compute it first and in other query I compute average, total sum, number of records, etc... (all together).
My question is: Is there a way to compute median, average, total sum,... in the same query?