mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
3 lines
150 B
SQL
3 lines
150 B
SQL
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));
|