mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
doc: functions: siphash: use correct value in example
This commit is contained in:
parent
8e1e136d0c
commit
15b1f3f6a1
@ -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 │
|
||||||
└──────────────────────┴────────┘
|
└──────────────────────┴────────┘
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user