Skip to content

LIST_INTERSECT

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