Numeric
This page describes how to use numeric functions in Lenses SQL Processors.
| The remainder operator (%) computes the remainder after dividing its first operand by its second i.e. | ✓ | ✓ |
| Divides one number by another (an arithmetic operator) i.e. | ✓ | ✓ |
| Subtracts one number from another (an arithmetic operator) i.e. | ✓ | ✓ |
| Multiplies one number with another (an arithmetic operator) i.e. | ✓ | ✓ |
| Adds one number to another (an arithmetic operator) i.e. | ✓ | ✓ |
| Returns the negative of the value of a numeric expression (a unary operator) i.e. | ✓ | ✓ |
Last updated