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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]