| Function |
Description |
| - |
Subtracts one value from another. |
| % |
Returns the rest of the integer division between two numbers. |
| * |
Returns the product between two values. |
| / |
Divides one value to another. |
| + |
Adds two values. |
| < |
Checks if a value is lower than another. |
| <= |
Checks if a value is lower or equal than another. |
| <> |
Checks if a value is different from another. |
| = |
Checks if a value is equal to another. |
| > |
Checks if a value is higher than another. |
| >= |
Checks if a value is higher or equal than another. |
| AND |
Is used to aggregate several conditions |
| OR |
Is used to aggregate several conditions. |
|
Updated: 11/5/2014 4:55 PM |