oracle에서는 WM_CONCAT
mysql에서는 GROUP_CONCAT
postgresql 에서는 ARRAY_TO_STRING(ARRAY_AGG(column_name),',') 으로 하면 된다고 한다.
[링크 : https://dmsrbdi123.tistory.com/11] postgresql
[링크 : https://gent.tistory.com/15] oracle
[링크 : https://extbrain.tistory.com/48] mysql
'프로그램 사용 > postgreSQL' 카테고리의 다른 글
postgresql csv import null as null (0) | 2019.09.11 |
---|---|
cross join (0) | 2019.09.08 |
값별 갯수 통계 (0) | 2019.09.07 |
postgresql.conf 설정사항들 (0) | 2019.09.06 |
postgresql copy from csv , iso8859-1 (0) | 2019.09.05 |