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 2020/11/12 06:55:25 UTC

[GitHub] [shardingsphere] AdancingCoder opened a new issue #8145: INSERT INTO .... ON DUPLICATE KEY UPDATE can not support update for sharding column.

AdancingCoder opened a new issue #8145:
URL: https://github.com/apache/shardingsphere/issues/8145


   insert into ds0.yugong_example_mysql(`GMT_CREATE` , `SCORE` , `AMOUNT` , `DISPLAY_NAME` , `TEXT_B` , `TEXT_C` , `GMT_MODIFIED` , `GMT_MOVE` , `ID`) values (? , ? , ? , ? , ? , ? , ? , ? , ?) on duplicate key update `GMT_CREATE`=values(`GMT_CREATE`) , `SCORE`=values(`SCORE`) , `AMOUNT`=values(`AMOUNT`) , `DISPLAY_NAME`=values(`DISPLAY_NAME`) , `TEXT_B`=values(`TEXT_B`) , `TEXT_C`=values(`TEXT_C`) , `GMT_MODIFIED`=values(`GMT_MODIFIED`) , `GMT_MOVE`=values(`GMT_MOVE`) , `ID`=values(`ID`)
   
   how can i do it,please


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



[GitHub] [shardingsphere] strongduanmu commented on issue #8145: INSERT INTO .... ON DUPLICATE KEY UPDATE can not support update for sharding column.

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #8145:
URL: https://github.com/apache/shardingsphere/issues/8145#issuecomment-726109045


   @AdancingCoder This issue is duplicated with #7703.


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



[GitHub] [shardingsphere] strongduanmu closed issue #8145: INSERT INTO .... ON DUPLICATE KEY UPDATE can not support update for sharding column.

Posted by GitBox <gi...@apache.org>.
strongduanmu closed issue #8145:
URL: https://github.com/apache/shardingsphere/issues/8145


   


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