[Home] [Help]
| Product: | AX - Global Accounting Engine |
|---|---|
| Meaning: | AX_OPERATOR_TYPE |
| Description: |
| Code | Meaning | Description |
|---|---|---|
| != | <> | Different from |
| < | < | Is less than |
| <= | <= | Is less than or equal to |
| = | = | Equal |
| > | > | Is greater than |
| >= | >= | Is greater than or equal to |
| IS_NOT_NULL | IS NOT NULL | Is not null |
| IS_NULL | IS NULL | Is null |
| NVL= | NVL= | NVL(A,b)=b |
|
|
|
|