mybatis-dynamic-sql icon indicating copy to clipboard operation
mybatis-dynamic-sql copied to clipboard

Support for for handling duplicates?

Open schanwanyu opened this issue 5 years ago • 7 comments

I'm using MyBatis Dynamic SQL with MySQL, and would like to know whether there are any methods to handle duplicates, such that I can do something similar to:

INSERT INTO ...... ON DUPLICATE KEY UPDATE... or INSERT IGNORE INTO...

Thanks! :)

schanwanyu avatar Apr 17 '19 22:04 schanwanyu