SyntaxFix
Write A Post
Hire A Developer
Questions
Your question is a bit vague, but I suppose UPSERT could be considered a design pattern. For languages that don't implement MERGE, a number of alternatives to solve the problem (if a suitable rows exists, UPDATE; else INSERT) exist.
UPSERT
MERGE
UPDATE
INSERT