If I run:
SELECT first("value") FROM "metrics" WHERE ("host" = 'SERVER' AND "performanceLabel" = 'D: used')
I get:
name: metrics
time first
---- -----
1533189725000000000 170.25544
I want to delete that line only. How do I do that?
I tried various DELETE commands but can’t figure out what I should do.