mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
3 lines
177 B
SQL
3 lines
177 B
SQL
SELECT anyHeavy(x) FROM (SELECT intHash64(number) % 100 < 60 ? 999 : number AS x FROM system.numbers LIMIT 100000);
|
|
SELECT anyHeavy(1) FROM remote('127.0.0.{1,2}', system.one);
|