Division /

Operator: /

circle-info

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.

circle-check
chevron-rightvalue1 / value2hashtag

35 / 7 => 5

'12d' / 24 => 12 hours

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

10 / 0 => unknown

Last updated

Was this helpful?