Hi,

We are to determine the exact syntax of Last Query for IoTDB. Last query is to 
select the latest time-value pair result for a given timeseries.
You can choose from the following syntax options.
1. select last(s1), last(s2) from root.sg.d
2. select last(s1), last(s2) from root.sg.d align by sensor
3. select last(s1, s2) from root.sg.d
4. select last s1, s2 from root.sg.d
5. last s1, s2 from root.sg.d
6. select s1, s2 from root.sg.d last
7. select s1, s2 from root.sg.d onlylast


Please vote for the option you are comfortable with.


Thanks,
Wei

Reply via email to