Re: Partition by outer join

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Partition by outer join
Дата
Msg-id 5deed05d-fb97-9d80-853d-ca083589f5ca@gmx.net
обсуждение исходный текст
Ответ на Re: Partition by outer join  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-sql

David G. Johnston schrieb am 24.08.2021 um 18:09:
>> From that stackexchange post, it appears that partition in Oracle
>> is similar to cross joins in Postgres -- where elements are
>> included in the result set as a matrix, whether they exist in the
>> source data or not (so sparsely populated values are included as
>> nulls when they exist in either of the two columns that are cross
>> joined).
>
>
> What you describe sounds like it would be an SQL Standard (I think)
> "FULL OUTER JOIN".

I think the partitioned outer join generates missing values on the fly
based on the "partition" information. So I think it's a bit different
than "just" a full outer join.



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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Partition by outer join
Следующее
От: aditya desai
Дата:
Сообщение: Re: Partition by outer join