FlyingZC opened a new issue, #26875:
URL: https://github.com/apache/shardingsphere/issues/26875

   ## Bug Report
   
   ### Which version of ShardingSphere did you use?
   Master.
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   Proxy.
   
   ### Expected behavior
   parsed successfully
   
   ### Actual behavior
   parsed failed
   
   ### Reason analyze (If you can)
   `content` is an oracle keyword, and parsing does not support.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   ```sql
   INSERT INTO SYS_MQ_MSG (ID, CONTENT) VALUES (1, 'test');
   ```
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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]

Reply via email to