Skip to content

Commit 75e50d7

Browse files
authored
Added tip for INSERT (#2378)
Fixes: #2378
1 parent 16a56d7 commit 75e50d7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

node.js/cds-ql.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,12 @@ INSERT.into (Books) .columns (
938938
[ 252, 'Eleonora', 150, 234 ]
939939
)
940940
```
941+
942+
::: tip In Essence:
943+
944+
[Managed fields](../guides/domain/index#managed-data) and [UUIDs](../guides/domain/index#prefer-uuids-for-keys) are automatically filled with `INSERT.entries()`, but not when using `INSERT.columns().values()` or `INSERT.columns().rows()`.
945+
:::
946+
941947
### from() {.method #from}
942948
943949

0 commit comments

Comments
 (0)