mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
consolidate hashid test queries and hold out from fasttest
This commit is contained in:
parent
2ff13c4e5d
commit
4eb55d17b3
@ -3,4 +3,3 @@
|
|||||||
select number, hashid(number) from system.numbers limit 5;
|
select number, hashid(number) from system.numbers limit 5;
|
||||||
select number, hashid(number, 's3cr3t', 16, 'abcdefghijklmnop') from system.numbers limit 5;
|
select number, hashid(number, 's3cr3t', 16, 'abcdefghijklmnop') from system.numbers limit 5;
|
||||||
select hashid(1234567890123456, 's3cr3t');
|
select hashid(1234567890123456, 's3cr3t');
|
||||||
select hashid(-1);
|
|
||||||
|
Loading…
Reference in New Issue
Block a user