chenweihua commented on issue #10198: URL: https://github.com/apache/seatunnel/issues/10198#issuecomment-3664366654
SELECT id ,Longitude, CAST(Longitude AS DECIMAL(20,10)) , round(CAST(Longitude AS DECIMAL(20,10)),6) FROM tb_station; 这个是通过dbeaver查的正确 -- 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]
