consolidate hashid test queries and hold out from fasttest

This commit is contained in:
Michael Nutt 2022-05-12 02:19:05 +09:00
parent 2ff13c4e5d
commit 4eb55d17b3

View File

@ -3,4 +3,3 @@
select number, hashid(number) from system.numbers limit 5;
select number, hashid(number, 's3cr3t', 16, 'abcdefghijklmnop') from system.numbers limit 5;
select hashid(1234567890123456, 's3cr3t');
select hashid(-1);