InfluxDBStudio icon indicating copy to clipboard operation
InfluxDBStudio copied to clipboard

Single measurement deletion

Open m4rten opened this issue 7 years ago • 1 comments

Hello.

First: Great work ! I was really happy when i found this tool. The developers of influx want all users to be influxprogrammers. I dont like that kind of thinking...

What iam missing is a button to delete the selected row ( all values connected to that timestamp in the selected measurement)

till now i had to do it like

delete from "bla" where time = 1531427760989351363

i would be really thankfull if there is a way to add the feature

kind regards,

m4rten

m4rten avatar Jul 16 '18 17:07 m4rten

Hi, i would like to delete values that are above a certain threshold; tried this query but surprisingly it delete ALL the values in the series. Why? image

gio-dot avatar Oct 02 '20 09:10 gio-dot