merge multiple records into 1

Поиск
Список
Период
Сортировка
От Brian Maguire
Тема merge multiple records into 1
Дата
Msg-id 2F2E24372F10744588A27DEECC85FE040103E7EB@vt-pe2550-001.vantage.vantage.com
обсуждение исходный текст
Ответы Re: merge multiple records into 1  (Bruno Wolff III <bruno@wolff.to>)
Re: merge multiple records into 1  (CoL <col@mportal.hu>)
Список pgsql-general
What would be the best way to "flatten" a set of records into one column with a query? 

example:

You have a table called tbletters

id letters
1      a
2      b
3      c
4      d

So I can return this as one column in one record

a,b,c,d 

 

 

 


В списке pgsql-general по дате отправления:

Предыдущее
От: Lincoln Yeoh
Дата:
Сообщение: Re: The ..... worm
Следующее
От: Joe Conway
Дата:
Сообщение: Re: determine how many matches of a string in a field