How to modify field with jsonPath in PostgreSQL?

Viewed 219
1 Answers

There are currently no ways to update JSON properties using JsonPath. The only way is with jsonb query jsonb_set

Related