Greater Than (>)

This function compares whether the value of the left expression is greater than the value of the right 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