Previous Topic: Set Union Operators

Next Topic: AND Operator

NOT Operator

The NOT operator takes a single Boolean operand and reverses its value. It changes FALSE to TRUE and TRUE to FALSE. Note that this operator is usually used to reverse the result of a comparison operator.

Examples:

NOT ("SiteMinder" ENDS_WITH "R")
Result = TRUE

NOT ("SiteMinder " ~ENDS_WITH "R")
Result = FALSE

More information:

AND Operator

OR Operator

Exclusive OR Operator


Copyright © 2010 CA. All rights reserved. Email CA about this topic