ARRAY_CONTAINS

Test whether an array contains a value.

Category: collection

Description

Returns TRUE if the left array contains all elements of the right array. Element order does not matter; only set membership is checked. If either operand is NULL, the result is NULL.

Open in interactive docs →   DeltaForge home →