ClickHouse/docs/zh/sql-reference/aggregate-functions/reference/sumwithoverflow.md
2021-03-25 17:09:19 +08:00

10 lines
240 B
Markdown

---
toc_priority: 140
---
# sumWithOverflow {#sumwithoverflowx}
使用与输入参数相同的数据类型计算结果的数字总和。如果总和超过此数据类型的最大值,则使用溢出进行计算。
只适用于数字。