Hello together,
I´m running influxdb in sandbox. Everything is fine but due to some measurement errors I want to delete measurements in a certain time.
I went in to influx cli
sudo ./sandbox influxdb
than choose the database
use weatherman
than I tried to delete the measurements with
DELETE from ReGaHSS/w_temperatur WHERE time > '2018-11-21T09:41:33Z' and time < '2018-11-21T10:30:17Z'
Where ReGHSS/w_temperatur is my sensor. I dont get any error, but nothing is deleted.
What is wrong in this case?
Best regards,
Stefan