Upsert Patterns

Insert or update in one statement without races or lost updates, using the engine's conflict handling rather than check-then-write. Use when writing records that may or may not already exist.

Amey-Thakur cdf8569 2.0 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/sql/upsert-patterns commit cdf8569dd5

Frequently asked questions

npx skillmds@latest add amey-thakur/upsert-patterns