mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
5 lines
166 B
SQL
5 lines
166 B
SQL
-- Tags: shard
|
|
|
|
SELECT round(entropy(number), 6) FROM remote('127.0.0.{1,2}', numbers(256));
|
|
SELECT entropy(rand64()) > 8 FROM remote('127.0.0.{1,2}', numbers(256));
|