Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
See the title. The following query will reproduce the problem.
SELECT sum(x) FROM T1 LIMIT 1; > 0
Regardless of the actual summation result, the query result always is 0.