Re: crosstab function

Поиск
Список
Период
Сортировка
От Filip Rembiałkowski
Тема Re: crosstab function
Дата
Msg-id AANLkTik4O+8aqfgZHKZQ1E7rXE9DtnseW=WrFxXRO7FY@mail.gmail.com
обсуждение исходный текст
Ответ на crosstab function  (Sim Zacks <sim@compulab.co.il>)
Ответы Re: crosstab function  (Sim Zacks <sim@compulab.co.il>)
Список pgsql-general
please show

- source data structures (in form of CREATE TABLE please)

- actual whole query that creates duplicates





2010/12/14 Sim Zacks <sim@compulab.co.il>
postgres 8.2.17

I am trying out the crosstab function (tablefunc contrib) for reporting needs and I'm having a problem.
I have customers and products and the data is the quantity purchased. I am grouping by customername, productname in the source sql. My category sql depends if I want the products or customers to be the columns.

When I make customers the rows and products the columns, it works fine. But when I make customers the columns and products the rows, there are duplicate product rows.

Is there a way to group the product rows so that the data results come back correct?

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

В списке pgsql-general по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Loading different files
Следующее
От: Elliot Chance
Дата:
Сообщение: Recreate C functions?