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

Comparison Operators


Table 156 describes the purpose of each comparison operator and gives an example of how it is used:

Table 156. Comparison Operators
Operator
Purpose
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 © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.