Re: rotate psql output - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: rotate psql output
Date
Msg-id 4CA47592.4000609@iol.ie
Whole thread Raw
In response to rotate psql output  (Ben Carbery <ben.carbery@gmail.com>)
Responses Re: rotate psql output  (Vincenzo Romano <vincenzo.romano@notorand.it>)
List 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 by date:

Previous
From: Vincenzo Romano
Date:
Subject: Re: rotate psql output
Next
From: Vincenzo Romano
Date:
Subject: Re: rotate psql output