ClickHouse/docs/en/sql-reference/aggregate-functions/reference/sumwithoverflow.md

10 lines
282 B
Markdown
Raw Normal View History

---
toc_priority: 140
---
# sumWithOverflow {#sumwithoverflowx}
2020-11-07 10:27:56 +00:00
Computes the sum of the numbers, using the same data type for the result as for the input parameters. If the sum exceeds the maximum value for this data type, it is calculated with overflow.
Only works for numbers.