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

Logical Operators


Table 157 explains what a value of TRUE or FALSE means for each logical operator:

Table 157. Logical Operators
Operator
Returns TRUE
Returns FALSE

NOT

If the condition evaluates to FALSE

If the condition evaluates to TRUE

AND

If all component conditions evaluate to TRUE

If any component condition evaluates to FALSE

OR

If any component condition evaluates to TRUE

If all component conditions evaluate to FALSE

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