select s.id, v from some_table s cross join lateral unnest(s.json_field) v. Any solution how to do that? At least once for preparing table.
確定! 回上一頁