update test

This commit is contained in:
flynn 2022-06-01 12:41:36 +00:00
parent b62e4cec65
commit ac10a6dc28
2 changed files with 4 additions and 1 deletions

View File

@ -8,4 +8,5 @@
2 obmgndljgajpkeao
3 dldokmpjpgjgeanb
4 nkdlpgajngjnobme
YQrvD5XGvbx
xkOpDGxQpVB
jR

View File

@ -3,3 +3,5 @@ SET allow_experimental_hash_functions = 1;
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, hashid(2));