Returns true if the given value exists within a column or list of values.
ALIAS of CONTAINSWITHIN
IN(value, where)
value
where
Returns true if the input value(s) exist within column(s) or list of values and is of a matching data type, otherwise returns false.
true
false
Argument
Description
The value(s) to search for.
A column or list of values to search.