mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-05 14:02:21 +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'));
|