Division /

Operator: /

The Division operator / is used to divide one value by another.

The values can be of the following type:

  • number

  • duration

This function is SQL compatible. For more information about SQL compatibility, see our documentation.

value1 / value2

35 / 7 => 5

'12d' / 24 => 12 hours

'1m' / '1s' => 60

10 / 0 => unknown

Last updated

Was this helpful?