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
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