Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhghomon committed Oct 24, 2024
1 parent 567fb17 commit 3d1253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/doc-surrealql/statements/upsert.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ UPSERT person:tobie CONTENT {
};
```

## MERGE clause
## MERGE clause

Instead of specifying the full record data using the `SET` clause or the `CONTENT` keyword, it is also possible to merge-UPSERT only specific fields by using the `MERGE` keyword and specifying only the fields which are to be upserted.

Expand Down

0 comments on commit 3d1253f

Please sign in to comment.