Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Atomically insert a row if it does not exist or update it if it does, using the database's native conflict-resolution syntax.
Use `MERGE` to insert new rows, update matching ones, and delete rows that should be removed — all in a single statement against a source table.