Greater than or Equal to >=

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 or equal to the second

 

Example:

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