Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Between operator in influxDB

i want to select record between two date time string value in influxdb. Example: select value from series where time between start_time and end_time

I am querying like this. "select value from series time >= start_time and time <=end_time" Is this correct ??

like image 539
Ravi Avatar asked Jun 07 '26 20:06

Ravi


1 Answers

I have answered this question here

Let me know, if it solves your problem.

like image 73
tom Avatar answered Jun 10 '26 10:06

tom