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
Hi,
I am currently trying to use the following statement for a influx DB query which fails because of different aspects
SELECT derivate(mean(value)) AS value FROM"this.is.a.crazy.table"WHEREtime() > now - 10m AND host ="blabla"AND ip ="192.168.1.1"GROUP BYtime(10s) LIMIT5
It seems that V2 of the parser does not like quoted table names "this.is.a.crazy.table"
Where does not like the function time() > now - 10m
The Group statement is also not parsed correctly with time(10s)
Are those things which maybe changed easily?
The text was updated successfully, but these errors were encountered:
Hi,
I am currently trying to use the following statement for a influx DB query which fails because of different aspects
"this.is.a.crazy.table"
time() > now - 10m
time(10s)
Are those things which maybe changed easily?
The text was updated successfully, but these errors were encountered: