is_not_like
Comparator for SQL NOT LIKE operator. Checks if a column value does not match a pattern (case-sensitive).
Parameters
Name | Description | Type | Default |
---|---|---|---|
value (required) | The pattern to match against. | str | None |
Comparator for SQL NOT LIKE operator. Checks if a column value does not match a pattern (case-sensitive).
Name | Description | Type | Default |
---|---|---|---|
value (required) | The pattern to match against. | str | None |