influxdb/query/functions/testdata/drop_newname_before.flux

6 lines
119 B
Plaintext

from(bucket: "test")
|> range(start:2018-05-22T19:53:26Z)
|> drop(columns:["new"])
|> rename(columns: {old:"new"})