Closed mango1402 closed 1 year ago
Are you sure, that
group()
not required?
Are you sure, that
group()
not required?
Also from my point of view these two queries are equivalent. "group()" is not necessary here.
if requesting just one row - done by using first() or last() - there is no need to sort or group.....
Cool, thank you, @GermanBluefox and also myself are not using InfluxDB 2.x so we were unsure. I will merge soon!
solves issue https://github.com/ioBroker/ioBroker.influxdb/issues/328