influxdb/query/functions/testdata/string_sort.flux

4 lines
72 B
Plaintext

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