Skip to contents

Returns a list containing the distinct elements that are present in both list1 and list2.

Usage

list_intersect(list1, list2)

Arguments

list1, list2

T[]

Value

T[]

SQL examples

list_intersect([1, 2, 3], [2, 3, 4])