Greater than >

Syntax:

NCDTY value_1 NCDTY value_2

 

Return Value:

Y result

 
Precedence:6
Description:

This relational operator compares two fields and gives TRUE if the first is greater than the second

 

Example:

100 > 100 = FALSE
"SMITH" > "JONES" = TRUE