mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Update array-functions.md
fix arrayIntersect
This commit is contained in:
parent
974acb615a
commit
815a4ddf33
@ -952,7 +952,7 @@ SELECT arrayEnumerateDense([10, 20, 10, 30])
|
|||||||
|
|
||||||
## arrayIntersect(arr) {#array-functions-arrayintersect}
|
## arrayIntersect(arr) {#array-functions-arrayintersect}
|
||||||
|
|
||||||
Takes multiple arrays, returns an array with elements that are present in all source arrays. Elements order in the resulting array is the same as in the first array.
|
Takes multiple arrays, returns an array with elements that are present in all source arrays.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user