doc: functions: siphash: use correct value in example

This commit is contained in:
Salvatore Mesoraca 2023-01-23 15:46:27 +01:00
parent 8e1e136d0c
commit 15b1f3f6a1
No known key found for this signature in database
GPG Key ID: 0567E50A25403074

View File

@ -84,7 +84,7 @@ SELECT sipHash64(array('e','x','a'), 'mple', 10, toDateTime('2019-06-15 23:00:00
```response ```response
┌──────────────SipHash─┬─type───┐ ┌──────────────SipHash─┬─type───┐
│ 13726873534472839665 │ UInt64 │ │ 11400366955626497465 │ UInt64 │
└──────────────────────┴────────┘ └──────────────────────┴────────┘
``` ```