li-tianpeng commented on issue #9572: URL: https://github.com/apache/iotdb/issues/9572#issuecomment-1502584373
> > 您好,我在官网上下载的版本,应该是一致的吧。 > > […](#) > > Can you provide several examples of data storage or insertion? select bf63, 5a3b, 2bb0, b890, dece, 21bf from root.read where time >= 2023-04-10 07:56:42 and time <= 2023-04-10 11:16:42 order by time asc some data like this, timeseries names are exactly the same. IoTDB> select last * from root.* +-----------------------------+-----------------------------------------------+------------------+--------+ | Time| Timeseries| Value|DataType| +-----------------------------+-----------------------------------------------+------------------+--------+ |2023-04-11T09:42:01.534+08:00| root.read.5a3bef0cp9eedp4652p8537p38dc216fc49b| 77.0| DOUBLE| |2023-04-11T09:39:55.022+08:00| root.read.dece0cc8pdaa2p4d21pa401pd09bc9b162fc| 0.0| DOUBLE| |2023-04-11T09:41:25.229+08:00| root.read.b8902691p3916p45aepb412p6f883e92878e| 5877.28655298| DOUBLE| |2023-04-11T09:41:37.639+08:00| root.read.2bb0513bp9465p45e2pad10pba20f5cc5034| 7.54159268452| DOUBLE| |2023-04-11T09:41:01.221+08:00| root.read.21bfeffdp4016p43d9p9932p89bbe2970dc7| 0.0| FLOAT| |2023-04-11T09:42:02.073+08:00| root.read.bf63c0ecp9baap41e1p97ecpa96e0d038c7c| 0.0| DOUBLE| +-----------------------------+-----------------------------------------------+------------------+--------+ Total line number = 15 It costs 0.012s -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
