ClickHouse/tests/queries/0_stateless/00422_hash_function_constexpr.sql

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

3 lines
114 B
MySQL
Raw Normal View History

SELECT cityHash64('abc') IN cityHash64('abc');
SELECT cityHash64(arrayJoin(['abc', 'def'])) IN cityHash64('abc');