Array contains any
Array containment operator.
Returns true when the left array contains any of the values provided by the right array.
Category: comparison
SQL symbol: @>
Array containment operator.
Returns true when the left array contains any of the values provided by the right array.
Category: comparison
SQL symbol: @>