Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference material for ARRAY_SUM function
<array>
ARRAY_SUM(<array>)
INTEGER
BIGINT
NUMERIC(38, 0)
NUMERIC(precision, scale)
REAL
DOUBLE
SELECT ARRAY_SUM([4, 1, 3, 2]) AS levels;
Rows: 1Execution time: 5.79ms
Was this page helpful?