Bug with aggregate Window Functions when using Order By. Elements dropped if order by provided
От | Walker Philips |
---|---|
Тема | Bug with aggregate Window Functions when using Order By. Elements dropped if order by provided |
Дата | |
Msg-id | DS0PR22MB4121435FE9369AD4AAA6319EF93BA@DS0PR22MB4121.namprd22.prod.outlook.com обсуждение исходный текст |
Ответы |
Re: Bug with aggregate Window Functions when using Order By. Elements dropped if order by provided
Re: Bug with aggregate Window Functions when using Order By. Elements dropped if order by provided |
Список | pgsql-bugs |
select right(a.telephone1,3), a.accountid, array_agg(accountid) over (partition by lower(a.telephone1) order by a.accountid desc) as hashed_household
from air_spotter.account a;
select right(a.telephone1,3), a.accountid, array_agg(accountid) over (partition by lower(a.telephone1)) as hashed_household
from air_spotter.account a;
![]() |
|
Oakworth Capital Bank will never ask for personal or account information by e-mail. To protect yourself from fraud, never divulge sensitive information, such as passwords, account numbers, credit card numbers or your PIN in response to an e-mail. When in doubt, feel free to contact us at 205.263.4700.
This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to whom they are addressed. This communication represents the originator's personal views and opinions, which do not necessarily reflect those of Oakworth Capital Bank. If you are not the original recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error, and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. If you received this email in error, please immediately notify postmaster@oakworth.com.
В списке pgsql-bugs по дате отправления: