SELECT t.tbl_id, array_agg(trim(elem::text, '"')) AS txt_arr. 8. FROM tbl t, json_array_elements(t.data->'tags') elem.
確定! 回上一頁