ClickHouse/tests/queries/0_stateless/02286_function_wyhash.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
94 B
MySQL
Raw Normal View History

2022-05-10 04:12:36 +00:00
SELECT wyHash64(NULL);
SELECT wyHash64('');
SELECT wyHash64(' ');
SELECT wyHash64('qwerty');