DB
FunctionsArray

array_intersect

Returns unique elements from the first array that are present in every other provided array.

array_intersect(…) → String

Kind · scalar

Returns unique elements from the first array that are present in every other provided array.

Part of the Array family.