Re: transposing data for a view

Поиск
Список
Период
Сортировка
От James Orr
Тема Re: transposing data for a view
Дата
Msg-id 007f01c162f5$d9a58ee0$1600000a@lrg.office
обсуждение исходный текст
Ответ на Re: transposing data for a view  ("Josh Berkus" <josh@agliodbs.com>)
Ответы Re: transposing data for a view  (Jeff Eckermann <jeff_eckermann@yahoo.com>)
Список pgsql-sql
> > BTW, I don't believe the self-join approach proposed
> > earlier will work, because joining on "scanid" will
> > create a cartesian type join where the region values
> > will be duplicated (multiplicated!).
>
> Not if you're talking about my query, they won't.  I use that query form
> in many projects to create roll-ups; it's the "best" SQL92 approach to
> the "pivot table" problem.  However, it will not work in 7.0.3.

I think he might be talking about mine.  The region values will not be
duplicated, the WHERE clause prevents it.
I kind of prefer my own query aesthetically, is it as efficient internally?

- James



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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: transposing data for a view
Следующее
От: "Edward Grabczewski"
Дата:
Сообщение: PL/pgSQL syntax for strings