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
<div dir="ltr">Hi all,<br /><br />I was wondering if there is a way to concatenate the results of a field in a select
toreturn it as a single string.<br /><br />Example :<br /><br />my_field<br />--------------<br />1<br />2<br />3<br
/><br/>select concat_something(my_field) from my_table group by something;<br /> the result expected would be someting
likethat : 1/2/3 (with a separator it would be really nice)<br /><br />I hope that I am not asking for too much ;)<br
/><br/>Thanks to all<br /></div> 

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