PowerCenter
- PowerCenter 10.4.0
- All Products
=, !=, ^=, <>, >, >=, <, <=
NULL > 1 NULL = NULL
Expression | Treat Null in Comparison Operators As | ||
---|---|---|---|
NULL | HIGH | LOW | |
NULL > 1
| NULL
| TRUE
| FALSE
|
NULL = NULL
| NULL
| TRUE
| TRUE
|