Skip to content

ARRAY_HAS_ALL

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