Is there a way to implement count(column) group by column
in Apache IoTDB? I need to group the devices and count the number of timeseries data in each device group. I want to know are there any method that can be used to achieve this? Can I calculate the number in different groups using one query statement, or I can only do the group calculation one by one?
Add a comment
|