如何在update/upsert时对两个jsonb做合并 #1083
Answered
by
babyfish-ct
zzxzz12345
asked this question in
Q&A
|
比如有个feature字段,在pg环境下 |
Answered by
babyfish-ct
Jun 19, 2025
Replies: 1 comment
|
采用update语句
目前save command暂不支持按规则保存*(但有规划,大客户的诉求)* |
0 replies
Answer selected by
zzxzz12345
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
采用update语句
sqlCiient.createUdpate, 并使用native expression, https://babyfish-ct.github.io/jimmer-doc/zh/docs/query/native-sql目前save command暂不支持按规则保存*(但有规划,大客户的诉求)*