In MySQL, you can aggregate columns into a single value using GROUP_CONCAT. You can achieve the same thing in Postgres using string_agg.
確定! 回上一頁