You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/07/17 06:52:40 UTC

[GitHub] [incubator-doris] chenhao7253886 opened a new issue #1493: ifnull return wrong type value in aggregation function

chenhao7253886 opened a new issue #1493: ifnull return wrong type value in aggregation function
URL: https://github.com/apache/incubator-doris/issues/1493
 
 
   The following query:
   mysql> select sum(ifnull(0.0,0)) from baseall';
   ERROR 1064 (HY000): SUM requires a numeric parameter: sum(ifnull('0.0', 0))
   the root reason is that we does't support decimal's  sum. i will improve it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org