Concat field result in select query - Mailing list pgsql-sql

From Nacef LABIDI
Subject Concat field result in select query
Date
Msg-id f16f7ea00808220640q2fedf39em206443d4c5c4fec7@mail.gmail.com
Whole thread Raw
Responses Re: Concat field result in select query
Re: Concat field result in select query
Re: Concat field result in select query
List pgsql-sql
Hi all,

I was wondering if there is a way to concatenate the results of a field in a select to return it as a single string.

Example :

my_field
--------------
1
2
3

select concat_something(my_field) from my_table group by something;
the result expected would be someting like that : 1/2/3 (with a separator it would be really nice)

I hope that I am not asking for too much ;)

Thanks to all

pgsql-sql by date:

Previous
From: s.caillet@free.fr
Date:
Subject: Re: Question on partitioning
Next
From: "Nacef LABIDI"
Date:
Subject: Re: Concat field result in select query