midknight
TTCTheo's Typesafe Cult
•Created by midknight on 1/8/2024 in #questions
Append an object into an array from a jsonb column in Postgres
Hey guys I'm looking to insert a jsonb object from a column into an array of this same column in SQL
I tried using jsonb_set and jsonb_insert methods but I always end up with an empty array but the object is not null
Does anyone know how to do that?
1 replies