Re: [HACKERS] Agregates in update?
Vadim B. Mikheev <vadim@sable.krasnoyarsk.su>
From: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su>
To: Bruce Momjian <maillist@candle.pha.pa.us>
Cc: Aleksey Dashevsky <postgres@luckynet.co.il>, pgsql-hackers@postgreSQL.org, pgsql-questions@postgreSQL.org
Date: 1998-04-27T07:26:10Z
Lists: pgsql-hackers
Bruce Momjian wrote: > > Added to TODO list. > > update a set sum=sum(b.val) where name=b.name ; Is this in standards ??? I thought that subselects should be used in such cases... And this is one of my plans for 6.4... Vadim