Siebel Developer's Reference > Operators and Expressions > Operators >

Comparison Operators


Table 204 describes each comparison operator.

Table 204. Comparison Operators
Operator
Description
Example

=

Equality test.

[Last Name] = "Smith"

<>

Inequality test.

[Role] <> "End-User"

>

Greater than.

[Revenue] > 5000

<

Less than.

[Probability] < .7

>=

Greater than or equal to.

[Revenue] >= 5000

<=

Less than or equal to.

[Probability] <= .7

Siebel Developer's Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.