SELECT tbl_id, ARRAY(SELECT json_array_elements(t.data->'tags')) AS quoted_txt_arr FROM tbl t;. Note that null ...
確定! 回上一頁