我们如何将 postgres 数组 :- 转换ARRAY['{"id": "1"}', '{"id": "2"}']为 JSONB'[{"id": "1"}, {"id": "2"}]'
ARRAY['{"id": "1"}', '{"id": "2"}']
'[{"id": "1"}, {"id": "2"}]'
postgresql
postgresql ×1