Använd jsonb_set()
och raderingsoperatorn -
:
update catalog
set properties =
jsonb_set(properties, '{attributes}', (properties->'attributes') - 'is_new');
Testa det i db<>fiol.
Använd jsonb_set()
och raderingsoperatorn -
:
update catalog
set properties =
jsonb_set(properties, '{attributes}', (properties->'attributes') - 'is_new');
Testa det i db<>fiol.