tjlygdx opened a new issue #6234: URL: https://github.com/apache/incubator-doris/issues/6234
mysql> select cast(10.11122222 as decimal(10,2)) ; +------------------------------------+ | CAST(10.11122222 AS DECIMAL(10,2)) | +------------------------------------+ | 10.111222220 | +------------------------------------+ 1 row in set (0.05 sec) CAST 转 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