Astatine
DTDrizzle Team
•Created by Astatine on 5/21/2024 in #help
How to push to json array
I have a json array column and I'm trying to append on array with
array_cat
, but I get the error
function array_cat(json[], record) does not exist
My schema is
and the update query is
How to solve the error? thanks1 replies