multi update in one query jsonb postgres #412
Unanswered
MaherUnlocker
asked this question in
Q&A
Replies: 1 comment 2 replies
-
If you could show your table definition that would be great :) Are you trying to put that json into a json/jsonb column named |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i have object of object
i have table items with colon data
and i have json like this
i want to modify color and title with same data for specifed item in one query the result must be like this
im blocked with this
i tryed with syntaxe and jsonset but i cant
Beta Was this translation helpful? Give feedback.
All reactions