Skip to content

Commit f5df3cb

Browse files
committed
fix(v2): broken link
1 parent 98735f4 commit f5df3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/shared/influxdb-v2/query-data/influxql/functions/transformations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ SELECT DERIVATIVE(<function> ([ * | <field_key> | /<regular_expression>/ ]) [ ,
16091609
The advanced syntax requires a [`GROUP BY time()` clause](/influxdb/version/query-data/influxql/explore-data/group-by/#group-by-time-intervals) and a nested InfluxQL function.
16101610
The query first calculates the results for the nested function at the specified `GROUP BY time()` interval and then applies the `DERIVATIVE()` function to those results.
16111611

1612-
The `unit` argument is an integer followed by a [duration](//influxdb/version/reference/glossary/#duration) and it is optional.
1612+
The `unit` argument is an integer followed by a [duration](/influxdb/version/reference/glossary/#duration) and it is optional.
16131613
If the query does not specify the `unit` the `unit` defaults to the `GROUP BY time()` interval.
16141614
Note that this behavior is different from the [basic syntax's](#basic-syntax-1) default behavior.
16151615

0 commit comments

Comments
 (0)