Concat field result in select query

Поиск
Список
Период
Сортировка
От Nacef LABIDI
Тема Concat field result in select query
Дата
Msg-id f16f7ea00808220640q2fedf39em206443d4c5c4fec7@mail.gmail.com
обсуждение исходный текст
Ответы Re: Concat field result in select query  (Julien Cigar <jcigar@ulb.ac.be>)
Re: Concat field result in select query  (Guillaume Lelarge <guillaume@lelarge.info>)
Re: Concat field result in select query  (Lennin Caro <lennin.caro@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От: s.caillet@free.fr
Дата:
Сообщение: Re: Question on partitioning
Следующее
От: "Nacef LABIDI"
Дата:
Сообщение: Re: Concat field result in select query