Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
user connect IoTDB server by JDBC,execute sql statement like "count timeservice group by level = ?"
The server should give the count result with the data type is integer.Infact the data type of result is string,so that cause user couldn't get the correct result in jdbc with count function.