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