PowerExchange Adapters for PowerCenter
- PowerExchange Adapters for PowerCenter 10.5.6
- All Products
Operator | Description |
---|---|
= | Extracts data where value of a field is equal to the specified value. For example, (cn=Directory Administrators) |
<= | Extracts data where value of a field is lesser than or equal to the specified value. For example, (roomNumber<=2200) |
>= | Extracts data where value of a field is greater than or equal to the specified value. For example, (roomNumber>=2000) |
! | Extracts data where value of a field is not equal to the specified value. For example, (!(roomNumber=2290)) |
| | Extracts data where value of a field is equal to any one of the specified values. For example, (|(cn=Anne-Louise)(cn=Andy Bergin)) |
* | Extracts data that contains the specified value.
|
& | Extracts data where value of a field is equal to all the specified values. For example, (&(roomNumber=2000)(roomNumber=3000)) |