Update two nodes in jsonb column by one update query

前端 未结 0 1713
慢半拍i
慢半拍i 2021-02-06 11:29

meta is a column with type jsonb

UPDATE copy_shop_order SET meta = jsonb_set(meta, \'{state}\', \'"new"\') where id =          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题