Greater Than Operator (>) [INT]

The greater than operator compares its two operands and returns a boolean value:

TRUE (1)
if the first operand is greater than the second
FALSE (0)
if the operands are equal or the first operand is less than the second