You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/02/20 03:07:53 UTC

[GitHub] [shardingsphere] eschh19 commented on issue #9399: ExpressionProjectionSegment canot be cast to LiteralExpressionSegment

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:
users@infra.apache.org