如何使用时间字符串从涌入数据库中获取值

时间:2018-01-10 08:10:18

标签: node.js influxdb

如何使用node.js中的time-string从涌入数据库中获取数据

查询:

"SELECT * FROM Measurement WHERE time > '2018-01-08 23:00:01.232000000' AND time < '2018-01-09'/ "

执行上述查询时,我遇到以下错误

Error: Error from InfluxDB: invalid operation: time and *influxql.RegexLiteral are not compatible at ResultError.Error 

0 个答案:

没有答案