Re: crosstabs - Mailing list pgsql-sql

From Richard Huxton
Subject Re: crosstabs
Date
Msg-id 200402191726.48545.dev@archonet.com
Whole thread Raw
In response to crosstabs  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List pgsql-sql
On Thursday 19 February 2004 16:02, Philippe Lang wrote:
> Hello,
>
> I need to do something similar to a cross tabulation, but without any
> aggregation.

Have a look in the contrib/ folder of the source distro (or your contrib 
package). There are some set-returning tablefunc examples. Also you might 
want to look at the excellent set-returning function article on 
http://techdocs.postgresql.org/

--  Richard Huxton Archonet Ltd


pgsql-sql by date:

Previous
From: "Philippe Lang"
Date:
Subject: Re: crosstabs
Next
From: "Jeremy Smith"
Date:
Subject: DISTINCT ON troubles