Interval functions

This section describes the following interval functions:

  • PARSE_DURATION: Parses strings with a number followed by a unit abbreviation into an interval. Supported units are d, h, m, s, ms, us, ns. For example, the string '30m' will be parsed into an interval of 30 minutes.

Last updated