In (PQL)
Checks whether a given value exists in a predefined set of values, similar to SQL’s IN operator. It returns true if the value is found and false otherwise.
- Returned Output: Boolean
- Library: PQL \ Granular \ Logical
- Version: 2025.00.000
- Compatibility: Pyramid Query Language (PQL) data sources
Syntax
In( <Column String> , <Text> )
* Click on the function's arguments above for more details on the input values.