You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> select * from test_metric where object_id = '8'
name: test_metric
-----------------
time value
2015-03-13T11:40:21.10873548Z 1
2015-03-13T11:40:23.09119752Z 2
2015-03-13T11:40:24.9824534Z 3
2015-03-13T11:40:26.34074356Z 4
> delete from test_metric where object_id = '8'
ERR: Get http://localhost:8086/query?db=nodeshot&q=delete+from+test_metric+where+object_id+%3D+%278%27: EOF
Issuing a command like:
delete from foo
results in the following panic:
The text was updated successfully, but these errors were encountered: