mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
update wording on tupleIntDiv
This commit is contained in:
parent
55798dbdcf
commit
eed1a33e77
@ -586,7 +586,7 @@ SELECT tupleConcat((1, 2), (3, 4), (true, false)) AS res
|
||||
|
||||
## tupleIntDiv
|
||||
|
||||
Does integer division of two tuples.
|
||||
Does integer division of two tuples, returns a tuple of the quotients.
|
||||
|
||||
**Syntax**
|
||||
|
||||
@ -637,6 +637,9 @@ Result:
|
||||
└───────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
## tupleIntDivByNumber
|
||||
|
||||
|
||||
## Distance functions
|
||||
|
||||
All supported functions are described in [distance functions documentation](../../sql-reference/functions/distance-functions.md).
|
||||
|
Loading…
Reference in New Issue
Block a user