Greater Than or Equal (>=)

This function compares whether the value of one expression is greater than or equal the value of another expression The result is boolean.

Function Parameters

Left

Expression to compare

Possible children:

  • Data Constant
  • Field reference
  • Function

Right

Expression to compare

Possible children:

  • Data Constant
  • Field reference
  • Function