mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 22:22:00 +00:00
6 lines
112 B
SQL
6 lines
112 B
SQL
-- Tags: no-fasttest
|
|
|
|
SELECT hex(BLAKE3('test_1'));
|
|
SELECT hex(BLAKE3('test_2'));
|
|
SELECT hex(BLAKE3('test_3'));
|