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