Data Transformation Engine Functions and Expressions Reference Guide

Chapter 1 - Expressions and Evaluations Operators
Functions and Expressions Reference Guide
29
Logical Operators
Logical operators are used in expressions that evaluate to TRUE or FALSE.
Comparison Operators
Operator Description
= equal to
> greater than
< less than
>= greater than or equal to
<= less than or equal to
!= not equal to
NOT= alternative for not equal to
Note The results of comparison operators are based on the native collating sequence of
the machine used to run the map.
Operator Description
^ exclusive or
& and
| or
! not
= equals