Returns a value representing the total sum of adding the values of each element in array_expr or the sum of the elements within the specified scope.
The result type of ARRAY_SUM is NUMBER unless the element type of the array argument is FLOAT. In this case, the result type is FLOAT.
ANSI Compliance
This statement is a Teradata extension to the ANSI SQL:2011 standard.