问:where time = 1时候,返回某行数据,如何获取这行数据里值大于 1 的时间序列?

答:select 所有序列,并在 where 里列出所有序列的条件约束


问:select max_time(*) from ... 的结果如何转换时间格式呢?

答:目前IoTDB不支持转换,可以试试用select last s1 from … 语句。

  • No labels