Re: retrieve grouping sets/rollup rows

Поиск
Список
Период
Сортировка
От James Keener
Тема Re: retrieve grouping sets/rollup rows
Дата
Msg-id 56E6196A.4020607@jimkeener.com
обсуждение исходный текст
Ответ на retrieve grouping sets/rollup rows  (Tom Smith <tomsmith1989sk@gmail.com>)
Ответы Re: retrieve grouping sets/rollup rows  (Tom Smith <tomsmith1989sk@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Smith
Дата:
Сообщение: retrieve grouping sets/rollup rows
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: Suppress decimal point like digits in to_char?