mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-12 02:23:14 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
281 B
281 B
toc_priority |
---|
140 |
sumWithOverflow
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, the function returns an error.
Only works for numbers.