Skip to content

PostgreSQL

PostgreSQL Group Concat equivalent

select string_agg(column_name, ', ') from table_name;