select id, json_array_elements(json)->'field_1'->>'type' as type, (json_array_elements(json)->'field_1'->>'value')::numeric as value, ...
確定! 回上一頁