ARRAYS_OVERLAP¶
ARRAYS_OVERLAP(arr0, arr1)
Returns true if the two array arguments arr0
and arr1
have at least 1 element
in common (including NULL
).
ARRAYS_OVERLAP(arr0, arr1)
Returns true if the two array arguments arr0
and arr1
have at least 1 element
in common (including NULL
).