Crosstab limitation...

From: "ronald tabada" <rtabada(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Crosstab limitation...
Date: 2007-12-01 03:47:23
Message-ID: 29b0500c0711301947w312866d0i27139c6b759b88bf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Good day... I'm new in postgresql and I used PostgreSQL 8.2. I tried
generating a query that can convert rows into columns. I was
happy when I discovered the crosstab function. But when I tried
producing reports with more than 17 columns it displayed the following
error message:

ERROR: invalid return type
SQL state: 42601
Detail: Query-specified return tuple has 39 columns but crosstab returns 17.

Can anyone help me? How can I use crosstab w/ more than 17 columns?

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2007-12-01 04:07:36 Re: Crosstab limitation...
Previous Message Scott Marlowe 2007-12-01 03:33:06 Re: Using schema