mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-08 16:42:04 +00:00
4 lines
185 B
MySQL
4 lines
185 B
MySQL
|
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);
|