Comparison operators

Discover the comparison operations available in CQL.

Croct's mascot winking
Looking for something specific?

Use the search bar at the top of the page or press / to quickly search through the documentation.

Use the summary below to quickly jump to a specific topic:

PageDescription
OverviewLearn general aspects of comparison operations.
EqualLearn how to check if a value is equal to another.
Not equalLearn how to check if a value is not equal to another.
Greater thanLearn how to check if a value is greater than another.
Greater than or equalLearn how to check if a value is greater than or equal to another.
Less thanLearn how to check if a value is less than another.
Less than or equalLearn how to check if a value is less than or equal to another.