Skip to content

ARRAY_HAS_ANY

  • list1: T[]
  • list2: T[]
SELECT array_has_any([1, 2, 3], [2, 3, 4]);