Oracle and SQL Server use the MERGE statement, MySQL uses the REPLACE INTO statement or ON DUPLICATE KEY , but PostgreSQL uses an upsert.
確定! 回上一頁