tuichenchuxin opened a new issue #13436: URL: https://github.com/apache/shardingsphere/issues/13436
`INSERT INTO ... ON DUPLICATE KEY UPDATE` is supported in openGauss refer to https://opengauss.org/zh/docs/latest/docs/Developerguide/INSERT.html It's different from postgresql grammar. refer to https://www.postgresql.org/docs/14/sql-insert.html Since openGauss's antlr grammar is copied from postgresql, So, it needs to be changed. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
