influxdb/query/functions/testdata/difference.flux

3 lines
77 B
Plaintext

from(db: "test")
|> range(start:2018-05-22T19:53:26Z)
|> difference()