mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-06 07:32:27 +00:00
3 lines
150 B
MySQL
3 lines
150 B
MySQL
|
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));
|