eschh19 commented on issue #9399:
URL: https://github.com/apache/shardingsphere/issues/9399#issuecomment-782547028


   sharding-jdbc cannot support this sql like "ON DUPLICATE KEY UPDATE 
name=VALUES(name),updateTime=VALUES(updateTime)",
   change this sql to "ON DUPLICATE KEY UPDATE 
name=#{name},updateTime=#{updateTime}" can be successful excuted,i want to know 
WHY?


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to