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

   ## Question
   
   **For English only**, other languages will not accept.
   
   Before asking a question, make sure you have:
   
   - Googled your question.
   - Searched open and closed [GitHub 
issues](https://github.com/apache/shardingsphere/issues).
   - Read documentation: [ShardingSphere 
Doc](https://shardingsphere.apache.org/document/current/en/overview).
   
   Please pay attention on issues you submitted, because we maybe need more 
details. 
   If no response anymore and we cannot reproduce it on current information, we 
will **close it**.
   
   I used shardingSphere5.3.2。An exception occurred when executing the 
following sql using mybatis in the project
   sql
       @Select("select * from test_user where password like 
CONCAT('%',#{keyword},'%') ")
   The following exception occurs
   
![image](https://github.com/apache/shardingsphere/assets/56341816/f4e31d26-e879-4c05-a45a-d1639ab899ca)
   
   But I changed the sql to @Select("select * from test_user where password 
like CONCAT('%','ab','%') ")
   The function can run normally


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