Comparison
Operator |
Available in |
Used for |
---|---|---|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is equal to the right expression. |
|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is greater than or equal to the right expression. |
|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is greater than the right expression. |
|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is less than or equal to the right expression. |
|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is less than the right expression. |
|
View, Basic, Professional, Developer Suite |
Compares two numerical expressions and returns TRUE if the left expression is not equal to the right expression. |