'How to query data with a value greater than 1 in a row in Apache IoTDB?

For example, I use the query sql like select * from root.sg.d1 where time = 1.

Now, I want to query the data with a value greater than 1 in a row.

Apache IoTDB version: 0.13



Solution 1:[1]

query all timeseries and list the conditional constraints of all timeseries in the where clause.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Akzhol Tynchtykov