Kumo.ai home page
Search...
⌘K
Ask AI
Community
Contact Support
Start for free
Start for free
Search...
Navigation
Boolean Operators
NOT
Guide
Examples
Reference
FAQ
Releases
Predictive Query
Overview
Primary Commands
Aggregation Operators
Boolean Operators
!=
<
<=
=
>
>=
AND
CONTAINS
ENDS WITH
IN
IS NOT NULL
IS NULL
LIKE
Not like
NOT CONTAINS
NOT
OR
STARTS WITH
Model Plan
Column Processing
Model Architecture
Neighbor Sampling
Optimization
Training Job Plan
Training Table Generation
SDK
SDK Reference
On this page
NOT <expression>
Description
Example
Boolean Operators
NOT
NOT <expression>
Description
Allows conditioning an expression with a NEGATION operator. The
<expression>
must itself be a filter operation.
This operator is supported for all filter fields and targets.
Example
PQL
Copy
Ask AI
NOT LAST(LOAN.AMOUNT, 0, 30) > 30
NOT CONTAINS
OR
Assistant
Responses are generated using AI and may contain mistakes.