chl-wxp commented on issue #10198: URL: https://github.com/apache/seatunnel/issues/10198#issuecomment-3664298506
> SELECT id ,Longitude, CAST(Longitude AS DECIMAL(20,10)) , round(CAST(Longitude AS DECIMAL(20,10)),6) FROM tb_station; 这个SQL读出来的数据看起来是正确的1 126.752251 126.7522506714 126.752251 配置这样的SQL读出来的数据生成插入语句的时候就是不正确,显示为126.752250 I tested it and unfortunately it didn't live up to expectations. Maybe someone else has an idea. -- 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]
