NCDTY value_1 >= NCDTY value_2
Y result
This relational operator compares two fields and gives TRUE if the first is greater than or equal to the second
100 >= 100 = TRUE"JONES" = "SMITH" = FALSE