Using PostgreSQL 9.3, I want to convert the calculated values to data type float.
float
My first attempt:
SELECT float(SUM(Seconds))/-1323 AS Aver