sunny800629 opened a new issue, #35736: URL: https://github.com/apache/shardingsphere/issues/35736
在测试mysql语句SELECT CAST(EFFECTIVE_POROSITY AS DOUBLE) from abc;解析时,出现You have an error in your SQL syntax: no viable alternative at input 'SELECTCAST(EFFECTIVE_POROSITYASDOUBLE)' 同理,测试SELECT IF(EFFECTIVE_POROSITY = '-9999', NULL, CAST(ROUND(CAST(EFFECTIVE_POROSITY AS DOUBLE), 2) AS VARCHAR)) AS EFFECTIVE_POROSITY from abc;语句时,也有类似的异常 -- 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]
