Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.6
-
None
Description
avg() function returns incorrect result if it receives a first value of a non-numeric type.
select value avg(x) from ["a", 1, 2, 3] x;
returns NULL, while it should return 2.
Attachments
Issue Links
- links to