justbk2015 opened a new issue #12328: URL: https://github.com/apache/shardingsphere/issues/12328
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? yes, in scaling project, I have removed conflict operation in openGauss. ### Describe the feature you would like. pg syntax is : insert into t1 valeus (0,0) on conflict (xxx) do nothing opengauss syntax is: insert into t1 valeus (0,0) on duplicate key update nothing -- 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]
