Comparison Operators


Operator
Description
==
is equal to
!=
is not equal
<> 
is not equal
> 
is greater than
< 
is less than
>=
is greater than or equal to
<=
is less than or equal to

0 comments:

Post a Comment