Reference Guide > TDV Support for SQL Functions > Aggregate Functions > SUM_FLOAT
 
SUM_FLOAT
Computes the sum of an expression over a group of rows and returns a DOUBLE PRECISION value.
Syntax
SUM_FLOAT ( [ ALL | DISTINCT ] expression )
Example
SELECT SUM_FLOAT(unitprice) AS cost FROM /shared/examples/ds_inventory/tutorial/products