cmdares commented on pull request #11999:
URL: https://github.com/apache/flink/pull/11999#issuecomment-742999433


   
https://ci.apache.org/projects/flink/flink-docs-release-1.12/zh/dev/table/connectors/jdbc.html
   
   Database | Upsert Grammar
   -- | --
   MySQL | INSERT .. ON DUPLICATE KEY UPDATE ..
   PostgreSQL | INSERT .. ON CONFLICT .. DO UPDATE SET ..
   **Oracle|Merge into
   merge into [target-table] A using [source-table sql] B on ([conditional 
expression] and [...]...)
   when matched then [update sql] 
   when not matched then [insert sql]** 
   


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


Reply via email to