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

   ## Bug Report
   ### Which version of ShardingSphere did you use?
   master - 043dc7939d824c5429a6e63788851ca4be14ad2a
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   both
   ### Expected behavior
   ```sql
   select trim('#' from `name`) from t_order
   ```
   execute correctly
   ### Actual behavior
   ```
   MySQL [email protected]:localcms> select trim('#' from `name`) from origin;
   (1235, "This version of ShardingSphere-Proxy doesn't yet support this SQL. 
'You have an error in your SQL syntax'")
   ```
   


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