riruigit commented on issue #25451:
URL: https://github.com/apache/doris/issues/25451#issuecomment-1763426806

   solve problem :
   `SELECT SUM( cast( (FQTY*FPRICE*FEXCHANGERATE) as DECIMAL(23,10) )) 
   FROM
        doris_decimal_sum_error 
   WHERE
        FQTY > 0 
        AND FPRICE > 0 
        AND FEXCHANGERATE > 0`
   add cast as decimal 。


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to