How to select value same time? From value input same time
Example :
Time 123456,value 5
Time 123456,value 8
If i query select value for time 123456, soo what happend to show query?
Please mr @noahcrowley hehe
Please read the documentation on InfluxQL. The WHERE clause can be used to filter data based on timestamp.
SELECT * FROM measurement WHERE time = 1234567890000000000
If value data input double from same timestamp?
Example
Timestamp 1234000, value 7
Timesramp 1234000, value 9
I am not sure what you’re asking. Can you share what you’ve tried so far, and provide some example data and queries?
Ok yesterday morning i give example data and query, thanks a lot sir