Comma delimited results

Поиск
Список
Период
Сортировка
От Chad Thompson
Тема Comma delimited results
Дата
Msg-id 041e01c2aab6$939d6210$32021aac@chad
обсуждение исходный текст
Ответы Re: Comma delimited results  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
Is there a way to display all the results of a row as one big comma delimited string?
 
ie.
select * & ","
from mytable
 
results
3,my house, wife, 8
 
 
IOW, I dont want to have to know the column names of mytable.  I just want one big comma delimited result for each row.
 
While Im pretty sure we are venturing outside standard SQL, I would like to keep it as close as possible.
 
Thanks
Chad

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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Simple query question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Simple query question