How to use Postgresql group_concat
In this PostgreSQL tutorial, I will show you how to use PostgreSQL group_concat function. Literally, I will use the different functions in place of group_concat to get a string of values separated by a separator. Also, I will show you how to use STRING_AGG() function and combine the functions ARRAY_TO_STRING() and ARRAY_AGG() to work like … Read more >>