【问题标题】:Select Query Issue in InfluxDB在 InfluxDB 中选择查询问题
【发布时间】:2014-12-17 13:54:39
【问题描述】:

当我在 where 条件下使用 int 时,它给了我结果,但是当我使用 string 时,它给了我错误。

给出结果:select * from dbname where version = 4

给出错误:select * from dbname where name = abc

select * from dbname where name = 'abc'

【问题讨论】:

  • 添加你的错误日志,它会有所帮助。
  • @Michaël 这是我的问题。现在它的决心。谢谢。

标签: influxdb


【解决方案1】:

怎么样:

select * from dbname where name = 'abc'

The documentation on InfluxDB query language

【讨论】:

  • 在文档中,您可以像这样使用它,但它不起作用。
猜你喜欢
  • 2020-06-30
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-05-08
  • 2015-10-16
  • 1970-01-01
  • 2020-01-06
相关资源
最近更新 更多