in operators


The case-insensitive !in~ string operator

Learn how to use the !in~ string operator to filter records for data without a case-insensitive string.

The case-insensitive in~ string operator

Learn how to use the in~ operator to filter data with a case-insensitive string.

The case-sensitive !in string operator

Learn how to use the !in string operator to filter records for data without a case-sensitive string.

The case-sensitive in string operator

Learn how to use the in operator to filter data with a case-sensitive string.