I'm using PostgreSQL,
The task will be like this
UPDATE user SET height= { 'unit': 'Cms', 'value': 170 }
ERROR: syntax error at or near "{"
so is there a way to do UPDATE query that just adds a new element or alters the existing element/node in array/json obejct types in PostgreSQL?