IoTDB> select last * from root.station01.cell.bms01.bunch01.** limit 10 align by device;
Msg: 701: Last query doesn't support align by device.
I tried this statement in Apache IoTDB: select last * from root.station01.cell.bms01.bunch01.** limit 10 align by device
, and got this error: Msg: 701: Last query doesn't support align by device.
Seems like query align by device do not support querying the latest data value for each device? If so, how do I query the latest value of each device if I have hundreds of device nodes? My device time series are all aligned and all collected at one time.