update wording on tupleIntDiv

This commit is contained in:
Blargian 2024-04-09 13:55:10 +02:00
parent 55798dbdcf
commit eed1a33e77

View File

@ -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).