Blog
PostgreSQL – Converting Rows Into A String
One thing that I often have to do is convert a subquery into a string that is delimited by a comma. For example, I may need to write a quick report that shows the users’ names, their login ID, and Read more…