COMPARISON Functions
All functions > COMPARISON
All functions in the COMPARISON category.
Function | Description |
---|---|
BETWEEN | Returns TRUE if a value is within a specified range (inclusive) |
DISPLAYS_AS | Returns TRUE if two values are not distinct, treating NULL values as comparable. |
EQUALS | Returns TRUE if the first value equals the second value |
GREATER_THAN | Returns TRUE if the first value is strictly greater than the second value |
GREATER_THAN_OR_EQUALS | Returns TRUE if the first value is greater than or equal to the second value |
GREATEST_FUNC | Returns the greatest (maximum) value from a list of arguments. |
IN_LIST | Returns TRUE if a value exists in a list of values. |
IS_NOT_NULL | Returns TRUE if the expression does NOT evaluate to NULL. |
IS_NULL | Returns TRUE if the expression evaluates to NULL. |
LEAST_FUNC | Returns the least (minimum) value from a list of arguments. |
LESS_THAN | Returns TRUE if the first value is strictly less than the second value |
LESS_THAN_OR_EQUALS | Returns TRUE if the first value is less than or equal to the second value |
LIKE | Returns TRUE if a string matches a specified pattern with wildcards. |
NOT_BETWEEN | Returns TRUE if a value is NOT within a specified range (inclusive). |
NOT_DISPLAYS_AS | Returns TRUE if two values are distinct, treating NULL values as comparable. |
NOT_EQUALS | Returns TRUE if the first value does not equal the second value |
NOT_IN_LIST | Returns TRUE if a value does NOT exist in a list of values. |
NOT_LIKE | Returns TRUE if a string does NOT match a specified pattern with wildcards. |
Summary
- Functions in COMPARISON: 18
This documentation is automatically generated from the FeatureMesh registry.