how to update the age and the status at once,
I have a jsonb field type, I need to update 2 properties (age and status). I am able to update only either age and status, using the command below, how to do update both 'age' and 'status' at once?
**Update test Set attributes = jsonb_set(attributes, array['age'],to_jsonb(32))**