From 3d1253f516a7b714e8b2a2856ebb696e66538305 Mon Sep 17 00:00:00 2001 From: Dhghomon Date: Thu, 24 Oct 2024 22:32:58 +0900 Subject: [PATCH] WIP --- src/content/doc-surrealql/statements/upsert.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/doc-surrealql/statements/upsert.mdx b/src/content/doc-surrealql/statements/upsert.mdx index 0d948d7f1..e3ec1333d 100644 --- a/src/content/doc-surrealql/statements/upsert.mdx +++ b/src/content/doc-surrealql/statements/upsert.mdx @@ -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.