Qianyi951015 opened a new issue, #22226: URL: https://github.com/apache/shardingsphere/issues/22226
### Which version of ShardingSphere did you use? 30ec9db2b5cb9ade875a406c05cc8a3898dbfba8 ### Expected behavior parse INSERT datetime literals statement ### Actual behavior cannot parse INSERT datetime literals statement ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ```sql INSERT INTO date_tab VALUES ( TIMESTAMP'1999-12-01 10:00:00', TIMESTAMP'1999-12-01 10:00:00', TIMESTAMP'1999-12-01 10:00:00'); ``` -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org