SQL Reference
LIST_INTERSECT
list_intersect(list1, list2)
Section titled “list_intersect(list1, list2)”- list1: T[]
- list2: T[]
Example
Section titled “Example”SELECT list_intersect([1, 2, 3], [2, 3, 4]);SQL Reference
SELECT list_intersect([1, 2, 3], [2, 3, 4]);