Back to Influxdb

SQL arithmetic operators

content/influxdb3/core/reference/sql/operators/arithmetic.md

latest452 B
Original Source

---: | :------------- | ------- | -----: | | + | Addition | 2 + 2 | 4 | | - | Subtraction | 4 - 2 | 2 | | * | Multiplication | 2 * 3 | 6 | | / | Division | 6 / 3 | 2 | | % | Modulo | 7 % 2 | 1 |

source: /shared/sql-reference/operators/arithmetic.md

<!-- The content of this page is at /content/shared/sql-reference/operators/arithmetic.md -->