Re: retrieve grouping sets/rollup rows - Mailing list pgsql-general

From James Keener
Subject Re: retrieve grouping sets/rollup rows
Date
Msg-id 56E6196A.4020607@jimkeener.com
Whole thread Raw
In response to retrieve grouping sets/rollup rows  (Tom Smith <tomsmith1989sk@gmail.com>)
Responses Re: retrieve grouping sets/rollup rows  (Tom Smith <tomsmith1989sk@gmail.com>)
List pgsql-general
Do you want to know if a row is from the (a,b) or (c,d) group?  All rows
will contain (a,b,c,d) but (a,b) will be NULL for the (c,d) grouping
sets, and vice-versa.

Jim

On 03/13/2016 09:45 PM, Tom Smith wrote:
> Hello:
>
> With JDBC, how can I tell which row is for which grouping sets or rollup
> using result sets
>
> Thanks
>
>


pgsql-general by date:

Previous
From: Tom Smith
Date:
Subject: retrieve grouping sets/rollup rows
Next
From: "David G. Johnston"
Date:
Subject: Re: Suppress decimal point like digits in to_char?