Postgresql group_concat + Examples

In this PostgreSQL tutorial, we are going to learn about “Postgresql group_concat” which helps in concatenating value from multiple records into one field. It is an aggregate function that returns a string value. In PostgreSQL, the Group_concat function is not available but we will use the same function as array_agg and array_to_string to work like … Read more >>