[Home] [Help]
| Product: | JTF - CRM Foundation |
|---|---|
| Meaning: | Comparison Operator |
| Description: | Comparison Operator |
| Product: | JTF - CRM Foundation |
|---|---|
| Meaning: | Comparison Operator |
| Description: | Comparison Operator |
| Product: | JTF - CRM Foundation |
|---|---|
| Meaning: | Comparison Operator |
| Description: | Comparison Operator |
| Product: | JTF - CRM Foundation |
|---|---|
| Meaning: | Comparison Operator |
| Description: | Comparison Operator |
| Code | Meaning | Description |
|---|---|---|
| != | != | Not equal |
| != | != | Not equal |
| < | < | Less than |
| < | Less than | Less than |
| <= | Less than or equal to | Less than or equal to |
| <= | <= | Less than or equal |
| <> | Not equal to | Not equal to |
| = | = | Equals |
| = | Is equal to | Is equal to |
| > | Greater than | Greater than |
| > | > | Greater than |
| >= | Greater than or equal to | Greater than or equal to |
| >= | >= | Greater than or equal |
| BETWEEN | Between | Between |
| BETWEEN | Between | Between |
| LIKE | Contains | Contains |
| LIKE | like | Like operator |
| NOT BETWEEN | Not between | Not between |
| NOT BETWEEN | NOT BETWEEN | Not Between |
| NOT LIKE | Not Like | Not Like |
| NOT LIKE | Not like | Not like |
|
|
|
|