mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
6 lines
94 B
SQL
6 lines
94 B
SQL
SELECT wyHash64(NULL);
|
|
SELECT wyHash64('');
|
|
SELECT wyHash64(' ');
|
|
SELECT wyHash64('qwerty');
|
|
|