# CONTAINSWITHIN

{% hint style="info" %}
ALIAS of IN
{% endhint %}

CONTAINSWITHIN(`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`.

### Arguments

| Argument | Description                           |
| -------- | ------------------------------------- |
| `value`  | The `value`(s) to search for.         |
| `where`  | A column or list of values to search. |

### �Output

Outputs `true` if `value` exists within `where`, otherwise outputs `false`.

### Example

{% embed url="<https://datawrapper.dwcdn.net/poZM8/1/>" %}
