Update JSONB column where JSONB column has certain value postgreSQL
问题 I have a table named guest_group in a Postgres DB and a column named custom_fields with the following values: (example) [ { "value":"Frau Barbara Test", "display_name":"Name", "servicio_tags":[ "full-name" ] }, { "value":"118", "display_name":"Zimmernummer", "servicio_tags":[ "room-number" ] }, { "value":"likes postgreSQL", "display_name":"Traces", "servicio_tags":[ "trace" ] } ] I want to update all rows with the value equals to Frau Barbara Test and where the servicio_tags array is equals