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: [email protected]
