On Thursday, January 27, 2022, Anand Sowmithiran <[email protected]> wrote: > > However, the MS SQL server MERGE command also does 'delete' using the > 'when not matched' clause, is there an equivalent ? >
PostgreSQL does not have a merge command feature. Just the subset of behavior that is INSERT…on conflict David J.
