mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 23:54:10 +00:00
10 lines
240 B
Markdown
10 lines
240 B
Markdown
---
|
|
toc_priority: 140
|
|
---
|
|
|
|
# sumWithOverflow {#sumwithoverflowx}
|
|
|
|
使用与输入参数相同的数据类型计算结果的数字总和。如果总和超过此数据类型的最大值,则使用溢出进行计算。
|
|
|
|
只适用于数字。
|