{currenthelptext}
{product}
{helptype}
{viewcore}
Relational Operators
Operator
Function
Usage
<
Less than
x < Y
<=
Less than or equal to
x <= Y
=
Equals
x = Y
>=
Greater than or equal to
x >= Y
>
Greater than
x > Y
<>
Not equal to
x <> Y