Quantcast
Channel: InfluxDB - Grafana Labs Community Forums
Viewing all articles
Browse latest Browse all 199

Influx - drop the first and last rows/values from the table

$
0
0

Is there an easy way to drop the first and last values/rows?

I was thinking something along the lines of this:

|> filter(fn: (r) => r != first() and r != last()) 

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 199

Trending Articles