PostgreSQL doesn't have a direct MERGE-like construct. However, in PostgreSQL 9.5, the ON CONFLICT clause was added to INSERT, which is the ...
確定! 回上一頁