in Postgres, I can write a query like. select unnest(col) from t;. (col is an array column) The result is all selected arrays as rows.
確定! 回上一頁