Thread

  1. Re: [HACKERS] Agregates in update?

    Vadim B. Mikheev <vadim@sable.krasnoyarsk.su> — 1998-04-27T07:26:10Z

    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