mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
4 lines
185 B
SQL
4 lines
185 B
SQL
select sumKahan(dummy) from remote('127.{2,3}', system.one);
|
|
select sumWithOverflow(dummy) from remote('127.{2,3}', system.one);
|
|
select sum(dummy) from remote('127.{2,3}', system.one);
|