Tubagus Maulana Aghni
PostgreSQL
PostgreSQL Group Concat equivalent
select string_agg(column_name, ', ') from table_name;