influxdb/query/functions/testdata/string_max.flux

3 lines
70 B
Plaintext

from(db:"test")
|> range(start:2018-05-22T19:54:16Z)
|> max()