Re: rotate psql output

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: rotate psql output
Дата
Msg-id 4CA47592.4000609@iol.ie
обсуждение исходный текст
Ответ на rotate psql output  (Ben Carbery <ben.carbery@gmail.com>)
Ответы Re: rotate psql output  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Список pgsql-general
On 30/09/2010 12:17, Ben Carbery wrote:
> I have a query that returns many columns but few rows. I would like to
> display output horizontally instead of vertically, i.e. rotating by 90
> degress, so column headings appear in the left margin, and the output is
> not 'wrapped'.
> Is this possible? I have had no luck searching for this as rotate
> usually means log rotation.

Googling on "sql swap rows columns" found this:

http://stackoverflow.com/questions/584232/t-sql-how-to-swap-rows-and-columns

...which you'll be able to adapt.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

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

Предыдущее
От: Vincenzo Romano
Дата:
Сообщение: Re: rotate psql output
Следующее
От: Vincenzo Romano
Дата:
Сообщение: Re: rotate psql output