mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
WIP update-aggregate-funcions-in-zh
This commit is contained in:
parent
014b297e2e
commit
111c82cbe9
@ -4,6 +4,6 @@ toc_priority: 140
|
||||
|
||||
# sumWithOverflow {#sumwithoverflowx}
|
||||
|
||||
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.
|
||||
只适用于数字。
|
||||
|
Loading…
Reference in New Issue
Block a user