The query result feedback when using order by limit 1
is not the largest value for version 1.2.2 of Apache IoTDB. Anyone know what the reason? My whole query statement is select d_206871005.flow_d from root.default.flow_steam_hot_cold_day.** where time>= 1970-01-01 08:00:00 and time < 2024-04-17 23:59:59 order by d_206871005.flow_d desc limit 1
, and the value returned is the second largest value, validated by using desc
statment only. How to solve the problem?