mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
|
-- { echo }
|
||
|
SELECT sumWithOverflow(a - 65537) FROM (SELECT cast(number AS Decimal32(4)) a FROM numbers(10));
|
||
|
203668.4592
|