Comparison

23.08.2021

Operator

Available in

Used for

Equal To (==)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is equal to the right expression.

Greater Than Or Equal To (>=)

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.

Greater Than (>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is greater than the right expression.

Less Than Or Equal To (<=)

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.

Less Than (<)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is less than the right expression.

Not Equal To (<>)

View, Basic, Professional, Developer Suite

Compares two numerical expressions and returns TRUE if the left expression is not equal to the right expression.

Share article or send as email:

You might be interested in these articles